Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
function
cleanup(dirPath) {
19
fs.rmSync(dirPath, { recursive: true, force: true });
20
}
21
22
function
buildEnv(options = {}) {
23
const
userProfile = options.userProfile || options.homeDir || process.env.USERPROFILE;
Callers
2
runTests
Function · 0.70
probe
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected