Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/binarykitchen/find-remove
/ functions
Functions
15 in github.com/binarykitchen/find-remove
⨍
Functions
15
◇
Types & classes
1
↓ 43 callers
Function
findRemoveSync
( currentDir: string, options: Options = {}, currentLevel?: number, )
src/index.ts:190
↓ 41 callers
Function
createFakeDirectoryTree
()
tests/basics.ts:93
↓ 10 callers
Function
generateRandomFilename
(ext?: string)
tests/basics.ts:14
↓ 6 callers
Function
destroyFakeDirectoryTree
()
tests/basics.ts:130
↓ 4 callers
Function
sleep
(ms: number)
tests/basics.ts:24
↓ 3 callers
Function
isOverTheLimit
(options: Options = {})
src/index.ts:47
↓ 2 callers
Function
createFakeDirectoryTreeRegex
()
tests/basics.ts:120
↓ 2 callers
Function
getAgeSeconds
(options: Options = {})
src/index.ts:59
↓ 2 callers
Function
getMaxLevel
(options: Options = {})
src/index.ts:51
↓ 2 callers
Function
getTotalRemoved
(options: Options = {})
src/index.ts:39
↓ 2 callers
Function
isOlder
(path: string, ageSeconds: number)
src/index.ts:22
↓ 1 callers
Function
doDeleteDirectory
( currentDir: string, currentLevel: number, options: Options = {}, )
src/index.ts:67
↓ 1 callers
Function
doDeleteFile
(currentFile: string, options: Options = {})
src/index.ts:106
↓ 1 callers
Function
getLimit
(options: Options = {})
src/index.ts:31
↓ 1 callers
Function
hasStats
(dir: string)
src/index.ts:167