MCPcopy
hub / github.com/davepoon/buildwithclaude / deleteFile

Function deleteFile

packages/bwc-cli/src/utils/files.ts:53–55  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

51}
52
53export async function deleteFile(filePath: string): Promise<void> {
54 await fs.remove(filePath)
55}

Callers 2

removeSubagentFunction · 0.85
removeCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected