Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Function · 0.45
git.test.ts
File · 0.45
Calls
1
git
Method · 0.95
Tested by
no test coverage detected