MCPcopy
hub / github.com/commitizen/cz-cli / cleanPath

Function cleanPath

test/tools/clean.js:118–121  ·  view source on GitHub ↗
(tmpPath)

Source from the content-addressed store, hash-verified

116}
117
118function cleanPath (tmpPath) {
119 fs.removeSync(tmpPath);
120 fs.mkdirSync(tmpPath);
121}

Callers 3

beforeFunction · 0.85
afterEachFunction · 0.85
cleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected