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

Function closeServerDialog

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

Source from the content-addressed store, hash-verified

454}
455
456function closeServerDialog() {
457 $('hub-add-overlay').classList.remove('visible');
458 hubEditingServerId = null;
459}
460
461function saveServerDialog() {
462 const addr = $('hub-dialog-addr').value.trim();

Callers 3

saveServerDialogFunction · 0.70
deleteServerFromDialogFunction · 0.70
initHubFunction · 0.70

Calls 1

$Function · 0.90

Tested by

no test coverage detected