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

Method next

packages/y-graph-storage/src/YGraph.ts:62–66  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

60 if (this.#subscription === undefined) {
61 this.#subscription = createGraphObserver(this).subscribe({
62 next(value) {
63 for (const subscriber of subscribers) {
64 subscriber.next?.(value);
65 }
66 },
67 });
68 }
69 return () => {

Callers 4

matchesMethod · 0.45
observerFunction · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected