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

Function log

packages/computer/src/git/index.ts:467–474  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

465 });
466 },
467 async log(options = {}) {
468 return logWith({
469 ...options,
470 fs: await fs(),
471 git: await loadGit<IsomorphicGitReadsClient>(),
472 cache,
473 });
474 },
475 async show(options) {
476 return showWith({
477 ...options,

Callers

nothing calls this directly

Calls 2

logWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected