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

Method rm

packages/computer/src/runtime/types.ts:65–65  ·  view source on GitHub ↗
(path: string, options?: { recursive?: boolean; force?: boolean })

Source from the content-addressed store, hash-verified

63 options?: { exclusive?: boolean },
64 ): Promise<void>;
65 rm(path: string, options?: { recursive?: boolean; force?: boolean }): Promise<void>;
66 chmod(path: string, mode: number): Promise<void>;
67 symlink(target: string, path: string): Promise<void>;
68}

Callers 3

callMethod · 0.65
rmMethod · 0.65
capability.test.tsFile · 0.65

Implementers 3

WorkspaceFilesystempackages/dofs/src/fs/filesystem.ts
WorkspaceFilesystemStubpackages/computer/src/stub.ts
WorkspaceRuntimeCapabilitypackages/computer/src/runtime/capabili

Calls

no outgoing calls

Tested by

no test coverage detected