MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / fetchFn

Function fetchFn

packages/backend/src/gerrit.ts:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38 let { durationMs, data: projects } = await measure(async () => {
39 const fetchFn = () => fetchAllProjects(url);
40 return fetchWithRetry(fetchFn, `projects from ${url}`, logger);
41 });
42

Callers

nothing calls this directly

Calls 1

fetchAllProjectsFunction · 0.85

Tested by

no test coverage detected