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

Class

packages/graph/src/GraphStorage.ts:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131export class InMemoryGraphStorage implements GraphStorage {
132 #vertices: Map<ElementId, StoredVertex>;
133 #edges: Map<ElementId, StoredEdge>;
134 #incomingEdges: Map<ElementId, StoredEdge[]>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected