* @param {string} vertexKey * @returns GraphVertex
(vertexKey)
| 29 | * @returns GraphVertex |
| 30 | */ |
| 31 | getVertexByKey(vertexKey) { |
| 32 | return this.vertices[vertexKey]; |
| 33 | } |
| 34 | |
| 35 | /** |
| 36 | * @param {GraphVertex} vertex |
no outgoing calls
no test coverage detected