Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breach/thrust
/ rm_rf
Function
rm_rf
scripts/util.py:110–115 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
108
109
110
def
rm_rf(path):
111
try
:
112
shutil.rmtree(path)
113
except
OSError
as
e:
114
if
e.errno != errno.ENOENT:
115
raise
116
117
118
def
safe_unlink(path):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected