MCPcopy
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

modifyMethod · 0.45
releaseMethod · 0.45
break_lockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected