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

Method rm

packages/shell/src/tests/memory.test.ts:881–883  ·  view source on GitHub ↗
(path: string, options?: { recursive?: boolean; force?: boolean })

Source from the content-addressed store, hash-verified

879 }
880
881 async rm(path: string, options?: { recursive?: boolean; force?: boolean }) {
882 return this.inner.rm(path, options);
883 }
884
885 async cp(src: string, dest: string, options?: { recursive?: boolean }) {
886 return this.inner.cp(src, dest, options);

Callers

nothing calls this directly

Calls 1

rmMethod · 0.65

Tested by

no test coverage detected