| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2e3860f commit f93d12d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,7 @@ export default class Graph { | |||
| 28 | 28 | ||
| 29 | 29 | /** | |
| 30 | 30 | * @param {GraphVertex} vertex | |
| 31 | + * @returns {GraphVertex[]} | ||
| 31 | 32 | */ | |
| 32 | 33 | getNeighbors(vertex) { | |
| 33 | 34 | return vertex.getNeighbors(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments