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

Function hideHubConnectOverlay

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

Source from the content-addressed store, hash-verified

271}
272
273export function hideHubConnectOverlay() {
274 hubConnectingServerId = null;
275 $('hub-connect-overlay').classList.remove('visible');
276}
277
278function clearHubRetry(serverId) {
279 if (!hubRetryTimers.has(serverId)) return;

Callers 6

failConnectFunction · 0.90
connectFunction · 0.90
deleteServerFromDialogFunction · 0.70
showConnectScreenFunction · 0.70
showAppFunction · 0.70

Calls 1

$Function · 0.90

Tested by

no test coverage detected