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

Function refreshDisplay

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

Source from the content-addressed store, hash-verified

521 },
522
523 refreshDisplay(): void {
524 // Skip during reconnecting/failed — renderStatusLine clears then returns
525 // early for those states, which would erase the spinner/error.
526 if (currentState === 'reconnecting' || currentState === 'failed') return
527 renderStatusLine()
528 },
529 }
530}
531

Callers

nothing calls this directly

Calls 1

renderStatusLineFunction · 0.85

Tested by

no test coverage detected