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

Class

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

Source from the content-addressed store, hash-verified

895}
896
897export class Edge<
898 const TSchema extends GraphSchema,
899 const TEdgeLabel extends EdgeLabel<TSchema> = EdgeLabel<TSchema>,
900> extends Element<TSchema, TEdgeLabel, EdgeProperties<TSchema, TEdgeLabel>, StoredEdge> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected