Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ remove
Method
remove
src/borg/fslocking.py:321–325 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
319
json.dump(data, f)
320
321
def
remove(self):
322
try
:
323
self.path.unlink()
324
except
FileNotFoundError:
325
pass
326
327
def
get(self, key):
328
roster = self.load()
Callers
3
modify
Method · 0.45
release
Method · 0.45
break_lock
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected