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

Function show

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

Source from the content-addressed store, hash-verified

473 });
474 },
475 async show(options) {
476 return showWith({
477 ...options,
478 fs: await fs(),
479 git: await loadGit<IsomorphicGitReadsClient>(),
480 cache,
481 });
482 },
483 async revParse(options) {
484 return revParseWith({
485 ...options,

Callers

nothing calls this directly

Calls 2

showWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected