Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ diff
Method
diff
packages/shell/src/tests/agents/git.ts:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
async
diff() {
64
return
this.git().diff();
65
}
66
67
async
rm(opts: { filepath: string }) {
68
return
this.git().rm(opts);
Callers
nothing calls this directly
Calls
2
git
Method · 0.95
diff
Method · 0.65
Tested by
no test coverage detected