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

Method add

packages/shell/src/tests/agents/git.ts:36–38  ·  view source on GitHub ↗
(opts: { filepath: string })

Source from the content-addressed store, hash-verified

34 }
35
36 async add(opts: { filepath: string }) {
37 return this.git().add(opts);
38 }
39
40 async commit(opts: {
41 message: string;

Callers 2

addFunction · 0.45
git.test.tsFile · 0.45

Calls 1

gitMethod · 0.95

Tested by

no test coverage detected