Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ ensureDir
Function
ensureDir
Bunoshfile.js:832–834 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
830
}
831
832
function
ensureDir(dir) {
833
if
(!fs.existsSync(dir)) fs.mkdirSync(dir, { recursive: true })
834
}
Callers
3
docsPlugins
Function · 0.85
buildLibWithDocs
Function · 0.85
docsHelpers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected