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

Class

packages/y-graph-storage/src/YGraphStorage.ts:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28export const $OutEKey = makeInternalKey("outE");
29
30export class YGraphStorage implements GraphStorage {
31 #doc: Y.Doc;
32 #config: YGraphStorageConfig;
33 #vertexIdentities: WeakMap<Y.Map<unknown>, StoredVertex>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected