MCPcopy Index your code
hub / github.com/codeaashu/claude-code / stopStatusUpdates

Function stopStatusUpdates

src/bridge/bridgeMain.ts:435–440  ·  view source on GitHub ↗

Stop the status display update ticker.

()

Source from the content-addressed store, hash-verified

433
434 /** Stop the status display update ticker. */
435 function stopStatusUpdates(): void {
436 if (statusUpdateTimer) {
437 clearInterval(statusUpdateTimer)
438 statusUpdateTimer = null
439 }
440 }
441
442 function onSessionDone(
443 sessionId: string,

Callers 3

startStatusUpdatesFunction · 0.85
onSessionDoneFunction · 0.85
runBridgeLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected