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

Method finalize

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

Source from the content-addressed store, hash-verified

39 }
40
41 finalize() {
42 this.#checkNotFinalized()
43 this.#finalized = true
44 }
45
46 step(): void {
47 if (!this.#finalized) {

Callers 15

testJoinFunction · 0.95
testDistinctFunction · 0.95
testCountFunction · 0.95
testJoinFunction · 0.95
testConsolidateFunction · 0.95
compilePipelineMethod · 0.80
basic.test.tsFile · 0.80
subqueries.test.tsFile · 0.80
topK.test.tsFile · 0.80
output.test.tsFile · 0.80
groupBy.test.tsFile · 0.80

Calls 1

#checkNotFinalizedMethod · 0.95

Tested by 5

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