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

Class

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

Source from the content-addressed store, hash-verified

23}
24
25export class YGraph<const TSchema extends GraphSchema> extends Graph<TSchema> {
26 #doc: Y.Doc;
27 #subscription: Subscription | undefined;
28 #subscribers: Set<Observer<YGraphChange>> = new Set();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected