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

Function get_objects

src/borg/testsuite/legacyrepository_test.py:685–687  ·  view source on GitHub ↗
(repository, *ids)

Source from the content-addressed store, hash-verified

683
684
685def get_objects(repository, *ids):
686 for id_ in ids:
687 pdchunk(repository.get(H(id_)))
688
689
690def add_objects(repository, segments):

Calls 3

pdchunkFunction · 0.70
HFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected