* Get all outgoing edges of a vertex. * @param vertexId The id of the vertex.
(vertexId: ElementId)
| 130 | * @param vertexId The id of the vertex. |
| 131 | */ |
| 132 | getOutgoingEdges(vertexId: ElementId): Iterable<Edge<TSchema, any>>; |
| 133 | |
| 134 | /** |
| 135 | * Get a specific vertex by its unique identifier. |
no outgoing calls
no test coverage detected