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

Function stopHubProbes

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

Source from the content-addressed store, hash-verified

397}
398
399export function stopHubProbes() {
400 if (hubProbeTimer) { clearInterval(hubProbeTimer); hubProbeTimer = null; }
401 Array.from(hubRetryTimers.values()).forEach(timer => clearTimeout(timer));
402 hubRetryTimers.clear();
403}
404
405export function connectToServer(serverId) {
406 if (hubConnectingServerId) return;

Callers 2

startHubProbesFunction · 0.70
showAppFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected