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

Method rm

packages/computer/src/workspace.ts:178–178  ·  view source on GitHub ↗
(path: string, opts?: { recursive?: boolean; force?: boolean })

Source from the content-addressed store, hash-verified

176 writeFile(path: string, content: string): Promise<void>;
177 readDir(dir: string, opts?: { limit?: number; offset?: number }): Promise<ThinkFileInfo[]>;
178 rm(path: string, opts?: { recursive?: boolean; force?: boolean }): Promise<void>;
179 glob(pattern: string): Promise<ThinkFileInfo[]>;
180 mkdir(path: string, opts?: { recursive?: boolean }): Promise<void>;
181 stat(path: string): Promise<ThinkFileInfo | null>;

Callers 1

rmFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected