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

Function probeAllServers

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

Source from the content-addressed store, hash-verified

380}
381
382async function probeAllServers() {
383 const servers = getSavedServers();
384 syncHubProbeState(servers);
385 if (servers.length === 0) {
386 renderHubCards();
387 return;
388 }
389 renderHubCards();
390 await runHubProbes(servers, { markUnknown: true });
391}
392
393export function startHubProbes() {
394 stopHubProbes();

Callers 1

startHubProbesFunction · 0.70

Calls 4

getSavedServersFunction · 0.70
syncHubProbeStateFunction · 0.70
renderHubCardsFunction · 0.70
runHubProbesFunction · 0.70

Tested by

no test coverage detected