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

Method show

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

Read a single commit by ref or oid.

(options: GitShowOptions)

Source from the content-addressed store, hash-verified

250 log(options?: GitLogOptions): Promise<CommitView[]>;
251 /** Read a single commit by ref or oid. */
252 show(options: GitShowOptions): Promise<CommitView>;
253 /** Resolve a ref to its SHA-1 oid. */
254 revParse(options: GitRevParseOptions): Promise<string>;
255 /** Find the repository root by walking up from `dir`. */

Callers 2

showFunction · 0.80
runShowFunction · 0.80

Calls

no outgoing calls

Tested by 1

showFunction · 0.64