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