Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/router
/ checkComplete
Function
checkComplete
packages/start-server-core/src/frame-protocol.ts:131–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
const
checkComplete = () => {
132
activePumps--
133
if
(activePumps === 0) {
134
safeClose()
135
}
136
}
137
138
return
new
ReadableStream<Uint8Array>({
139
start(controller) {
Callers
2
pumpJSON
Function · 0.85
pumpRawStream
Function · 0.85
Calls
1
safeClose
Function · 0.70
Tested by
no test coverage detected