* Get all incoming edges of a vertex. * @param vertexId The id of the vertex.
(vertexId: ElementId)
| 124 | * @param vertexId The id of the vertex. |
| 125 | */ |
| 126 | getIncomingEdges(vertexId: ElementId): Iterable<Edge<TSchema, any>>; |
| 127 | |
| 128 | /** |
| 129 | * Get all outgoing edges of a vertex. |
no outgoing calls
no test coverage detected