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

Method getIncomingEdges

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

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

(vertexId: ElementId)

Source from the content-addressed store, hash-verified

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.

Callers 7

traverseMethod · 0.65
traverseMethod · 0.65
getNeighborsMethod · 0.65
traverseMethod · 0.65
getIncomingEdgesMethod · 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