Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ hasPendingWork
Function
hasPendingWork
packages/db-ivm/src/graph.ts:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
abstract run(): void
71
72
hasPendingWork(): boolean {
73
return
this.inputs.some((input) => !input.isEmpty())
74
}
75
}
76
77
/**
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected