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

Method deleteFile

packages/shell/src/memory.ts:461–463  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

459 }
460
461 private async deleteFile(path: string): Promise<void> {
462 await this.fs.rm(path, { force: true });
463 }
464
465 private createTreeOps() {
466 return {

Callers

nothing calls this directly

Calls 1

rmMethod · 0.65

Tested by

no test coverage detected