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

Function getHubProbeInfo

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

Source from the content-addressed store, hash-verified

148}
149
150function getHubProbeInfo(serverId) {
151 if (!hubStatus.has(serverId)) hubStatus.set(serverId, createHubProbeInfo());
152 return hubStatus.get(serverId);
153}
154
155function resetHubProbeInfo(serverId) {
156 const previous = getHubProbeInfo(serverId);

Callers 4

resetHubProbeInfoFunction · 0.70
renderHubCardsFunction · 0.70
applyHubProbeResultFunction · 0.70
runHubProbesFunction · 0.70

Calls 1

createHubProbeInfoFunction · 0.70

Tested by

no test coverage detected