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

Function refreshDisplay

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

renderStatusLineFunction · 0.85

Tested by

no test coverage detected