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

Method run

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

Source from the content-addressed store, hash-verified

57 }
58
59 run(): void {
60 while (this.pendingWork()) {
61 this.step()
62 }
63 }
64}
65
66export class StreamBuilder<T> implements IStreamBuilder<T> {

Callers 15

testJoinFunction · 0.95
testDistinctFunction · 0.95
testCountFunction · 0.95
testJoinFunction · 0.95
testConsolidateFunction · 0.95
runGraphMethod · 0.45
maybeRunGraphMethod · 0.45
basic.test.tsFile · 0.45
subqueries.test.tsFile · 0.45
stepMethod · 0.45
topK.test.tsFile · 0.45
output.test.tsFile · 0.45

Calls 2

pendingWorkMethod · 0.95
stepMethod · 0.95

Tested by 5

testJoinFunction · 0.76
testDistinctFunction · 0.76
testCountFunction · 0.76
testJoinFunction · 0.76
testConsolidateFunction · 0.76