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

Method step

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

Source from the content-addressed store, hash-verified

44 }
45
46 step(): void {
47 if (!this.#finalized) {
48 throw new Error(`Graph not finalized`)
49 }
50 for (const op of this.#operators) {
51 op.run()
52 }
53 }
54
55 pendingWork(): boolean {
56 return this.#operators.some((op) => op.hasPendingWork())

Callers 2

runMethod · 0.95
executeSqlInWorkerFunction · 0.80

Calls 1

runMethod · 0.45

Tested by

no test coverage detected