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

Method catFile

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

Read raw bytes for an object by oid.

(options: GitCatFileOptions)

Source from the content-addressed store, hash-verified

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. */
296 updateRef(options: GitUpdateRefOptions): Promise<void>;
297 /** Read a single config key. */

Callers 2

catFileFunction · 0.80
runCatFileFunction · 0.80

Calls

no outgoing calls

Tested by 1

catFileFunction · 0.64