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

Function toggleQr

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

Source from the content-addressed store, hash-verified

468 },
469
470 toggleQr(): void {
471 qrVisible = !qrVisible
472 renderStatusLine()
473 },
474
475 updateSessionCount(active: number, max: number, mode: SpawnMode): void {
476 if (sessionActive === active && sessionMax === max && spawnMode === mode)

Callers

nothing calls this directly

Calls 1

renderStatusLineFunction · 0.85

Tested by

no test coverage detected