Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/culvertsoft/mgen
/ rmFolders
Function
rmFolders
buildutil.py:88–90 ·
view source on GitHub ↗
(path, matching)
Source
from the content-addressed store, hash-verified
86
return
out
87
88
def
rmFolders(path, matching):
89
for
folder in findDirs(path, matching):
90
rmFolder(folder)
91
92
def
rmFiles(path, matching):
93
for
folder in findFiles(path, matching):
Callers
nothing calls this directly
Calls
2
findDirs
Function · 0.85
rmFolder
Function · 0.85
Tested by
no test coverage detected