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

Method deleteEdge

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

* Delete an edge from the graph.

(id: ElementId | Edge<TSchema, any>)

Source from the content-addressed store, hash-verified

214 * Delete an edge from the graph.
215 */
216 deleteEdge(id: ElementId | Edge<TSchema, any>): void;
217}
218
219export interface EmptyGraphSourceConfig<TSchema extends GraphSchema> {

Callers 4

handleAsyncTransactionFunction · 0.65
traverseMethod · 0.65
deleteEdgeMethod · 0.65

Implementers 3

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