MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / clearSseTransportTimer

Function clearSseTransportTimer

services/cloud-agent-next/wrapper/src/lifecycle.ts:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 let lifecycleGeneration = 0;
52 let postProcessingCompleted = false;
53
54 function clearSseTransportTimer(): void {
55 if (!sseTransportTimer) return;
56 clearTimeout(sseTransportTimer);
57 sseTransportTimer = null;
58 }
59
60 function clearStableIdleCandidate(): void {

Callers 2

resetSseTransportTimerFunction · 0.85
createLifecycleManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected