Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
runGraph
Method · 0.80
maybeRunGraph
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected