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

Method get_manifest

src/borg/repository.py:537–542  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

535 self.lock.migrate_lock(old_id, new_id)
536
537 def get_manifest(self):
538 self._lock_refresh()
539 try:
540 return self.store.load("config/manifest")
541 except StoreObjectNotFound:
542 raise NoManifestError
543
544 def put_manifest(self, data):
545 self._lock_refresh()

Callers 8

loadMethod · 0.45
checkMethod · 0.45
make_keyMethod · 0.45
__init__Method · 0.45
test_corrupted_manifestFunction · 0.45
test_spoofed_archiveFunction · 0.45

Calls 2

_lock_refreshMethod · 0.95
loadMethod · 0.45

Tested by 3

test_corrupted_manifestFunction · 0.36
test_spoofed_archiveFunction · 0.36