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

Function catFile

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

Source from the content-addressed store, hash-verified

629 });
630 },
631 async catFile(options) {
632 return catFileWith({
633 ...options,
634 fs: await fs(),
635 git: await loadGit<IsomorphicGitPlumbingClient>(),
636 cache,
637 });
638 },
639 async updateRef(options) {
640 return updateRefWith({
641 ...options,

Callers

nothing calls this directly

Calls 2

catFileWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected