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

Method hashObject

packages/computer/src/git/index.ts:292–292  ·  view source on GitHub ↗

Hash bytes as a blob; optionally write into the object store.

(options: GitHashObjectOptions)

Source from the content-addressed store, hash-verified

290 remoteList(options?: GitRemoteListOptions): Promise<RemoteView[]>;
291 /** Hash bytes as a blob; optionally write into the object store. */
292 hashObject(options: GitHashObjectOptions): Promise<string>;
293 /** Read raw bytes for an object by oid. */
294 catFile(options: GitCatFileOptions): Promise<CatFileResult>;
295 /** Write a ref directly. */

Callers 2

hashObjectFunction · 0.80
runHashObjectFunction · 0.80

Calls

no outgoing calls

Tested by 1

hashObjectFunction · 0.64