Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ status
Method
status
packages/shell/src/tests/agents/git.ts:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
async
status() {
48
return
this.git().status();
49
}
50
51
async
log(opts?: { depth?: number; ref?: string }) {
52
return
this.git().log(opts);
Callers
1
git.test.ts
File · 0.45
Calls
1
git
Method · 0.95
Tested by
no test coverage detected