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

Method rm

examples/assistant/src/server.ts:651–653  ·  view source on GitHub ↗
(path: string, opts?: Parameters<Workspace["rm"]>[1])

Source from the content-addressed store, hash-verified

649 }
650
651 async rm(path: string, opts?: Parameters<Workspace["rm"]>[1]) {
652 return (await this.parent()).rm(path, opts);
653 }
654
655 async glob(pattern: string) {
656 return (await this.parent()).glob(pattern);

Callers

nothing calls this directly

Calls 2

parentMethod · 0.95
rmMethod · 0.65

Tested by

no test coverage detected