Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/garris/BackstopJS
/ ensureDirectoryPath.js
File
ensureDirectoryPath.js
core/util/ensureDirectoryPath.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
path = require(
'path'
);
2
const
fs = require(
'fs'
);
3
4
function
ensureDirectoryPath (filePath) {
Callers
nothing calls this directly
Calls
1
ensureDirectoryPath
Function · 0.85
Tested by
no test coverage detected