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

Function removeDir

gulpfile.mjs:145–147  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

143};
144
145const removeDir = async (dir) => {
146 await promises.rm(dir, {recursive: true});
147};
148
149const forEachDeepFile = (dir, callback, extension = '') =>
150 forEachDirAndFile(

Callers 3

clearDirFunction · 0.85
testFunction · 0.85
compileDocsAndAssetsFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…