MCPcopy Create free account
hub / github.com/SethGammon/Citadel / tempProject

Function tempProject

scripts/test-installers.js:13–15  ·  view source on GitHub ↗
(prefix)

Source from the content-addressed store, hash-verified

11const installer = require('./install');
12
13const CITADEL_ROOT = path.resolve(__dirname, '..');
14
15function tempProject(prefix) {
16 return fs.mkdtempSync(path.join(os.tmpdir(), prefix));
17}
18

Callers 2

testClaudeDryRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected