Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
def
remove_files(filenames):
78
for
filename in filenames:
79
os.remove(filename)
80
81
82
def
main(args):
Callers
1
main
Function · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected