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

Method rm

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

Source from the content-addressed store, hash-verified

450 }
451
452 async rm(path: string, opts?: Parameters<Workspace["rm"]>[1]): Promise<void> {
453 return this.workspace.rm(path, opts);
454 }
455
456 async glob(pattern: string): Promise<FileInfo[]> {
457 return this.workspace.glob(pattern);

Callers

nothing calls this directly

Calls 1

rmMethod · 0.65

Tested by

no test coverage detected