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

Function createTempHome

tests/scripts/loop-status.test.js:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52function createTempHome() {
53 return fs.mkdtempSync(path.join(os.tmpdir(), 'ecc-loop-status-home-'));
54}
55
56function writeTranscript(homeDir, projectSlug, fileName, entries) {
57 const transcriptDir = path.join(homeDir, '.claude', 'projects', projectSlug);

Callers 1

runTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected