MCPcopy 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

gitMethod · 0.95
diffMethod · 0.65

Tested by

no test coverage detected