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

Function ensureDir

scripts/codex-app-server-capture.js:23–25  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

21}
22
23function ensureDir(dir) {
24 fs.mkdirSync(dir, { recursive: true });
25}
26
27function defaultOutPath(projectRoot) {
28 const stamp = new Date().toISOString().replace(/[:.]/g, '-');

Callers 1

finishFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected