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

Method getEdges

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

* Get all edges, optionally filtered by labels. * @param labels The labels to filter by.

(
    ...labels: TEdgeLabel[]
  )

Source from the content-addressed store, hash-verified

172 * @param labels The labels to filter by.
173 */
174 getEdges<TEdgeLabel extends EdgeLabel<TSchema>>(
175 ...labels: TEdgeLabel[]
176 ): Iterable<Edge<TSchema, TEdgeLabel>>;
177}

Callers 13

traverseMethod · 0.65
#tryIndexLookupMethod · 0.65
traverseMethod · 0.65
getEdgesMethod · 0.65
addEdgeMethod · 0.65
updatePropertyMethod · 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