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

Method commit

packages/shell/src/tests/agents/git.ts:40–45  ·  view source on GitHub ↗
(opts: {
    message: string;
    author?: { name: string; email: string };
  })

Source from the content-addressed store, hash-verified

38 }
39
40 async commit(opts: {
41 message: string;
42 author?: { name: string; email: string };
43 }) {
44 return this.git().commit(opts);
45 }
46
47 async status() {
48 return this.git().status();

Callers 3

commitFunction · 0.80
git.test.tsFile · 0.80
onChatMessageMethod · 0.80

Calls 1

gitMethod · 0.95

Tested by

no test coverage detected