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

Method pendingWork

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

Source from the content-addressed store, hash-verified

53 }
54
55 pendingWork(): boolean {
56 return this.#operators.some((op) => op.hasPendingWork())
57 }
58
59 run(): void {
60 while (this.pendingWork()) {

Callers 3

runMethod · 0.95
runGraphMethod · 0.80
maybeRunGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected