Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
function
ensureDir(dir) {
24
fs.mkdirSync(dir, { recursive: true });
25
}
26
27
function
defaultOutPath(projectRoot) {
28
const
stamp =
new
Date().toISOString().replace(/[:.]/g,
'-'
);
Callers
1
finish
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected