MCPcopy 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

pumpJSONFunction · 0.85
pumpRawStreamFunction · 0.85

Calls 1

safeCloseFunction · 0.70

Tested by

no test coverage detected