MCPcopy
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
15function before (tmpPath) {
16 cleanPath(tmpPath);
17 // clean(tmpPath, 'all');
18}
19
20function afterEach (tmpPath, preserve) {
21 if (preserve !== false) {

Callers 4

commit.jsFile · 0.85
init.jsFile · 0.85
adapter.jsFile · 0.85
staging.jsFile · 0.85

Calls 1

cleanPathFunction · 0.85

Tested by

no test coverage detected