Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
145
const
removeDir =
async
(dir) => {
146
await
promises.rm(dir, {recursive: true});
147
};
148
149
const
forEachDeepFile = (dir, callback, extension =
''
) =>
150
forEachDirAndFile(
Callers
3
clearDir
Function · 0.85
test
Function · 0.85
compileDocsAndAssets
Function · 0.85
Calls
no outgoing calls
Tested by
1
test
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…