MCPcopy Create free account
hub / github.com/cloudflare/computer / fetch

Function fetch

packages/computer/src/git/index.ts:566–574  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

564 });
565 },
566 async fetch(options = {}) {
567 return fetchWith({
568 ...options,
569 fs: await fs(),
570 git: await loadGit<IsomorphicGitNetworkClient>(),
571 http: await loadHttp(),
572 cache,
573 });
574 },
575 async push(options = {}) {
576 return pushWith({
577 ...options,

Callers 3

waitForHealthFunction · 0.50
ensureTargetNodeBinaryFunction · 0.50
probeHealthFunction · 0.50

Calls 3

fetchWithFunction · 0.85
loadHttpFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected