MCPcopy 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
92def rmFiles(path, matching):
93 for folder in findFiles(path, matching):
94 rmFile(folder)
95
96def findLocalFiles(path, matching):
97 out = []

Callers

nothing calls this directly

Calls 2

findFilesFunction · 0.85
rmFileFunction · 0.85

Tested by

no test coverage detected