Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
export
async
function
deleteFile(filePath: string): Promise<void> {
54
await
fs.remove(filePath)
55
}
Callers
2
removeSubagent
Function · 0.85
removeCommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected