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

Function deleteFile

packages/shell/src/tests/workers.test.ts:809–811  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

807 },
808 async rm(_path: string) {},
809 async deleteFile(path: string) {
810 return files.delete(path);
811 },
812 async cp(_src: string, _dest: string) {},
813 async mv(_src: string, _dest: string) {},
814 symlink(_target: string, _linkPath: string) {},

Callers 1

rollbackSnapshotsFunction · 0.50

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected