MCPcopy 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
88def rmFolders(path, matching):
89 for folder in findDirs(path, matching):
90 rmFolder(folder)
91
92def rmFiles(path, matching):
93 for folder in findFiles(path, matching):

Callers

nothing calls this directly

Calls 2

findDirsFunction · 0.85
rmFolderFunction · 0.85

Tested by

no test coverage detected