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

Method commit

packages/computer/src/git/commit.ts:34–34  ·  view source on GitHub ↗
(args: {
    fs: object;
    dir: string;
    message: string;
    author?: GitCommitIdentity;
    committer?: GitCommitIdentity;
    amend?: boolean;
    cache?: object;
  })

Source from the content-addressed store, hash-verified

32/** Subset of `isomorphic-git`'s API used for `commit`. */
33export interface IsomorphicGitCommitClient {
34 commit(args: {
35 fs: object;
36 dir: string;
37 message: string;

Callers 1

commitWithFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected