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

Method rm

packages/shell/src/backend.ts:327–327  ·  view source on GitHub ↗
(path: string, options?: StateRmOptions)

Source from the content-addressed store, hash-verified

325 options?: StateReplaceInFilesOptions
326 ): Promise<StateReplaceInFilesResult>;
327 rm(path: string, options?: StateRmOptions): Promise<void>;
328 cp(src: string, dest: string, options?: StateCopyOptions): Promise<void>;
329 mv(src: string, dest: string, options?: StateMoveOptions): Promise<void>;
330 symlink(target: string, linkPath: string): Promise<void>;

Callers 7

rmMethod · 0.65
rmMethod · 0.65
removeTreeMethod · 0.65
deleteFileMethod · 0.65
rmMethod · 0.65
rmMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected