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

Method rm

packages/shell/src/workspace.ts:106–111  ·  view source on GitHub ↗
(
    path: string,
    options?: { recursive?: boolean; force?: boolean }
  )

Source from the content-addressed store, hash-verified

104 }
105
106 async rm(
107 path: string,
108 options?: { recursive?: boolean; force?: boolean }
109 ): Promise<void> {
110 await this.ws.rm(path, options);
111 }
112
113 async cp(
114 src: string,

Callers

nothing calls this directly

Calls 1

rmMethod · 0.65

Tested by

no test coverage detected