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

Method delete

packages/worker-bundler/src/typescript.ts:83–86  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

81 }
82 }
83 delete(path: string): void {
84 this.innerFs.delete(path);
85 this.typescriptEnv.deleteFile(path);
86 }
87 list(prefix?: string): string[] {
88 return this.innerFs.list(prefix);
89 }

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.65
deleteFileMethod · 0.45

Tested by

no test coverage detected