MCPcopy Create free account
hub / github.com/TanStack/db / constructor

Method constructor

packages/db-ivm/src/d2.ts:70–73  ·  view source on GitHub ↗
(graph: ID2, writer: DifferenceStreamWriter<T>)

Source from the content-addressed store, hash-verified

68 #writer: DifferenceStreamWriter<T>
69
70 constructor(graph: ID2, writer: DifferenceStreamWriter<T>) {
71 this.#graph = graph
72 this.#writer = writer
73 }
74
75 connectReader(): DifferenceStreamReader<T> {
76 return this.#writer.newReader()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected