MCPcopy Create free account
hub / github.com/ElementsProject/elements / remove_files

Function remove_files

contrib/verifybinaries/verify.py:77–79  ·  view source on GitHub ↗
(filenames)

Source from the content-addressed store, hash-verified

75
76
77def remove_files(filenames):
78 for filename in filenames:
79 os.remove(filename)
80
81
82def main(args):

Callers 1

mainFunction · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected