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

Method connectReader

packages/db-ivm/src/d2.ts:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 connectReader(): DifferenceStreamReader<T> {
76 return this.#writer.newReader()
77 }
78
79 get writer(): DifferenceStreamWriter<T> {
80 return this.#writer

Callers 15

outputFunction · 0.80
reduceFunction · 0.80
distinctFunction · 0.80
countFunction · 0.80
mapFunction · 0.80
filterFunction · 0.80
concatFunction · 0.80
consolidateFunction · 0.80
debugFunction · 0.80
joinFunction · 0.80

Calls 1

newReaderMethod · 0.80

Tested by

no test coverage detected