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

Function updateIdleStatus

src/bridge/bridgeUI.ts:377–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375 },
376
377 updateIdleStatus(): void {
378 stopConnecting()
379
380 currentState = 'idle'
381 currentStateText = 'Ready'
382 lastToolSummary = null
383 lastToolTime = 0
384 activeSessionUrl = null
385 regenerateQr(connectUrl)
386 renderStatusLine()
387 },
388
389 setAttached(sessionId: string): void {
390 stopConnecting()

Callers

nothing calls this directly

Calls 3

stopConnectingFunction · 0.85
regenerateQrFunction · 0.85
renderStatusLineFunction · 0.85

Tested by

no test coverage detected