MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / request

Function request

telemetry-dashboard/public/app.js:367–370  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

365 // share one /api/summary. Discarded when the render ends, so refresh refetches.
366 const inFlight = new Map();
367 const request = (path) => {
368 if (!inFlight.has(path)) inFlight.set(path, api(path));
369 return inFlight.get(path);
370 };
371
372 await Promise.allSettled(PANELS.map((panel) => drawPanel(panel, request(panel.source(query)), token)));
373

Callers 1

renderFunction · 0.70

Calls 4

apiFunction · 0.85
hasMethod · 0.80
getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected