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

Function clearHubRetry

app/src/modules/hub.js:278–282  ·  view source on GitHub ↗
(serverId)

Source from the content-addressed store, hash-verified

276}
277
278function clearHubRetry(serverId) {
279 if (!hubRetryTimers.has(serverId)) return;
280 clearTimeout(hubRetryTimers.get(serverId));
281 hubRetryTimers.delete(serverId);
282}
283
284function scheduleHubRetry(serverId) {
285 if (hubRetryTimers.has(serverId)) return;

Callers 3

applyHubProbeResultFunction · 0.70
saveServerDialogFunction · 0.70
deleteServerFromDialogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected