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

Function toggleQr

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

renderStatusLineFunction · 0.85

Tested by

no test coverage detected