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

Function next

packages/y-graph-storage/src/YGraphStorage.test.ts:79–81  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

77
78 const unsubscribe = graph.subscribe({
79 next(value) {
80 history.push(value.kind);
81 },
82 });
83 const g = new GraphTraversal(graph);
84

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected