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

Function updateIdleStatus

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

stopConnectingFunction · 0.85
regenerateQrFunction · 0.85
renderStatusLineFunction · 0.85

Tested by

no test coverage detected