MCPcopy
hub / github.com/borgbackup/borg / destroy

Method destroy

src/borg/repository.py:246–249  ·  view source on GitHub ↗

Destroy the repository

(self)

Source from the content-addressed store, hash-verified

244 return keydata
245
246 def destroy(self):
247 """Destroy the repository"""
248 self.close()
249 self.store.destroy()
250
251 def open(self, *, exclusive, lock_wait=None, lock=True):
252 assert lock_wait is not None

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected