MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / removeFile

Function removeFile

packages/bumpy/src/utils/fs.ts:87–89  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

85}
86
87export async function removeFile(filePath: string): Promise<void> {
88 await unlink(filePath);
89}
90
91export async function ensureDir(dir: string): Promise<void> {
92 await mkdir(dir, { recursive: true });

Callers 2

applyReleasePlanFunction · 0.90
deleteBumpFilesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…