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

Method rm

packages/shell/src/tests/agents/git.ts:67–69  ·  view source on GitHub ↗
(opts: { filepath: string })

Source from the content-addressed store, hash-verified

65 }
66
67 async rm(opts: { filepath: string }) {
68 return this.git().rm(opts);
69 }
70
71 async remote(opts: {
72 list?: boolean;

Callers

nothing calls this directly

Calls 2

gitMethod · 0.95
rmMethod · 0.65

Tested by

no test coverage detected