MCPcopy Create free account
hub / github.com/codemix/graph / getOutgoingEdges

Method getOutgoingEdges

packages/graph/src/Graph.ts:132–132  ·  view source on GitHub ↗

* Get all outgoing edges of a vertex. * @param vertexId The id of the vertex.

(vertexId: ElementId)

Source from the content-addressed store, hash-verified

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.

Callers 11

traverseMethod · 0.65
traverseMethod · 0.65
getNeighborsMethod · 0.65
traverseMethod · 0.65
traverseMethod · 0.65
getOutgoingEdgesMethod · 0.65
Graph.test.tsFile · 0.65

Implementers 4

EmptyGraphSourcepackages/graph/src/Graph.ts
Graphpackages/graph/src/Graph.ts
InMemoryGraphStoragepackages/graph/src/GraphStorage.ts
YGraphStoragepackages/y-graph-storage/src/YGraphSto

Calls

no outgoing calls

Tested by

no test coverage detected