MCPcopy Index your code
hub / github.com/tinyplex/tinybase / makeDir

Function makeDir

gulpfile.mjs:134–138  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

132};
133
134const makeDir = async (dir) => {
135 try {
136 await promises.mkdir(dir);
137 } catch {}
138};
139
140const ensureDir = async (fileOrDirectory) => {
141 await promises.mkdir(dirname(fileOrDirectory), {recursive: true});

Callers 2

clearDirFunction · 0.85
compileDocsAndAssetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…