Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dmno-dev/bumpy
/ ensureDir
Function
ensureDir
packages/bumpy/src/utils/fs.ts:91–93 ·
view source on GitHub ↗
(dir: string)
Source
from the content-addressed store, hash-verified
89
}
90
91
export
async
function
ensureDir(dir: string): Promise<void> {
92
await
mkdir(dir, { recursive: true });
93
}
94
95
export
{ join };
Callers
7
publish-pipeline.test.ts
File · 0.90
setupPackage
Function · 0.90
apply-release-plan.test.ts
File · 0.90
migrate.test.ts
File · 0.90
generateCommand
Function · 0.90
initCommand
Function · 0.90
addCommand
Function · 0.90
Calls
no outgoing calls
Tested by
1
setupPackage
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…