MCPcopy 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.tsFile · 0.45

Calls 1

gitMethod · 0.95

Tested by

no test coverage detected