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

Function pull

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

Source from the content-addressed store, hash-verified

582 });
583 },
584 async pull(options = {}) {
585 return pullWith({
586 ...options,
587 fs: await fs(),
588 git: await loadGit<IsomorphicGitNetworkClient>(),
589 http: await loadHttp(),
590 cache,
591 defaultIdentity,
592 });
593 },
594 async merge(options) {
595 return mergeWith({
596 ...options,

Callers

nothing calls this directly

Calls 3

pullWithFunction · 0.85
loadHttpFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected