Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
118
function
cleanPath (tmpPath) {
119
fs.removeSync(tmpPath);
120
fs.mkdirSync(tmpPath);
121
}
Callers
3
before
Function · 0.85
afterEach
Function · 0.85
clean
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected