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

Method log

packages/shell/src/tests/agents/git.ts:51–53  ·  view source on GitHub ↗
(opts?: { depth?: number; ref?: string })

Source from the content-addressed store, hash-verified

49 }
50
51 async log(opts?: { depth?: number; ref?: string }) {
52 return this.git().log(opts);
53 }
54
55 async branch(opts?: { name?: string; list?: boolean; delete?: string }) {
56 return this.git().branch(opts);

Callers

nothing calls this directly

Calls 2

gitMethod · 0.95
logMethod · 0.65

Tested by

no test coverage detected