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

Function hashObject

packages/computer/src/git/cli.test.ts:307–310  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

305 return fakes.remoteList?.() ?? [];
306 },
307 async hashObject(options) {
308 calls.hashObject.push(options);
309 return fakes.hashObject?.() ?? "a".repeat(40);
310 },
311 async catFile(options) {
312 calls.catFile.push(options);
313 return (

Callers

nothing calls this directly

Calls 2

hashObjectMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected