MCPcopy Create free account
hub / github.com/Noumena-Network/code / stopStatusUpdates

Function stopStatusUpdates

src/bridge/bridgeMain.ts:447–452  ·  view source on GitHub ↗

Stop the status display update ticker.

()

Source from the content-addressed store, hash-verified

445
446 /** Stop the status display update ticker. */
447 function stopStatusUpdates(): void {
448 if (statusUpdateTimer) {
449 clearInterval(statusUpdateTimer)
450 statusUpdateTimer = null
451 }
452 }
453
454 function onSessionDone(
455 sessionId: string,

Callers 3

startStatusUpdatesFunction · 0.85
onSessionDoneFunction · 0.85
runBridgeLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected