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

Class

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

Source from the content-addressed store, hash-verified

305}
306
307export class Graph<TSchema extends GraphSchema> implements GraphSource<TSchema> {
308 #config: GraphConfig<TSchema>;
309
310 #vertexIdentities: WeakMap<StoredVertex, Vertex<TSchema, any>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected