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

Method sendData

packages/db-ivm/src/d2.ts:140–142  ·  view source on GitHub ↗
(collection: MultiSet<T> | MultiSetArray<T>)

Source from the content-addressed store, hash-verified

138
139export class RootStreamBuilder<T> extends StreamBuilder<T> {
140 sendData(collection: MultiSet<T> | MultiSetArray<T>): void {
141 this.writer.sendData(collection)
142 }
143}

Callers 15

sendChangesToInputFunction · 0.45
basic.test.tsFile · 0.45
sendIssueDataFunction · 0.45
sendUserDataFunction · 0.45
#moveTopKMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 7

sendIssueDataFunction · 0.36
sendUserDataFunction · 0.36
testJoinFunction · 0.36
testDistinctFunction · 0.36
testCountFunction · 0.36
testJoinFunction · 0.36
testConsolidateFunction · 0.36