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

Method log

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

Walk commits from `ref` (default HEAD) backwards through history.

(options?: GitLogOptions)

Source from the content-addressed store, hash-verified

248 commit(options: GitCommitOptions): Promise<CommitResult>;
249 /** Walk commits from `ref` (default HEAD) backwards through history. */
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. */

Callers 15

fs-ops.bench.tsFile · 0.65
handleConnectFunction · 0.65
mainFunction · 0.65
logger.test.tsFile · 0.65
build-docker.mjsFile · 0.65
mainFunction · 0.65
ensureTargetNodeBinaryFunction · 0.65
refs.test.tsFile · 0.65
logFunction · 0.65
runLogFunction · 0.65
build-bundle.mjsFile · 0.65

Calls

no outgoing calls

Tested by 1

logFunction · 0.52