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

Function hashObject

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

Source from the content-addressed store, hash-verified

622 });
623 },
624 async hashObject(options) {
625 return hashObjectWith({
626 ...options,
627 fs: await fs(),
628 git: await loadGit<IsomorphicGitPlumbingClient>(),
629 });
630 },
631 async catFile(options) {
632 return catFileWith({
633 ...options,

Callers

nothing calls this directly

Calls 2

hashObjectWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected