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

Function checkout

packages/computer/src/git/index.ts:558–565  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

556 });
557 },
558 async checkout(options) {
559 return checkoutWith({
560 ...options,
561 fs: await fs(),
562 git: await loadGit<IsomorphicGitRefsClient>(),
563 cache,
564 });
565 },
566 async fetch(options = {}) {
567 return fetchWith({
568 ...options,

Callers

nothing calls this directly

Calls 2

checkoutWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected