MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / showApp

Function showApp

app/src/modules/hub.js:572–578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570}
571
572export function showApp() {
573 hideHubConnectOverlay();
574 stopHubProbes();
575 $('connect-screen').classList.add('hidden');
576 $('app').classList.remove('hidden');
577 saveServer(serverAddr);
578}
579
580export function initHub() {
581 migrateServerList();

Callers 1

Calls 4

$Function · 0.90
hideHubConnectOverlayFunction · 0.70
stopHubProbesFunction · 0.70
saveServerFunction · 0.70

Tested by

no test coverage detected