MCPcopy
hub / github.com/affaan-m/ECC / cleanup

Function cleanup

tests/scripts/harness-audit.test.js:18–20  ·  view source on GitHub ↗
(dirPath)

Source from the content-addressed store, hash-verified

16}
17
18function cleanup(dirPath) {
19 fs.rmSync(dirPath, { recursive: true, force: true });
20}
21
22function buildEnv(options = {}) {
23 const userProfile = options.userProfile || options.homeDir || process.env.USERPROFILE;

Callers 2

runTestsFunction · 0.70
probeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected