Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/commitizen/cz-cli
/ before
Function
before
test/tools/clean.js:15–18 ·
view source on GitHub ↗
(tmpPath)
Source
from the content-addressed store, hash-verified
13
14
// At the beginning of a run purge .tmp
15
function
before (tmpPath) {
16
cleanPath(tmpPath);
17
// clean(tmpPath, 'all');
18
}
19
20
function
afterEach (tmpPath, preserve) {
21
if
(preserve !== false) {
Callers
4
commit.js
File · 0.85
init.js
File · 0.85
adapter.js
File · 0.85
staging.js
File · 0.85
Calls
1
cleanPath
Function · 0.85
Tested by
no test coverage detected