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

Function commit

packages/computer/src/git/index.ts:458–466  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

456 });
457 },
458 async commit(options) {
459 return commitWith({
460 ...options,
461 fs: await fs(),
462 git: await loadGit<IsomorphicGitCommitClient>(),
463 cache,
464 defaultIdentity,
465 });
466 },
467 async log(options = {}) {
468 return logWith({
469 ...options,

Callers

nothing calls this directly

Calls 2

commitWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected