Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
685
def
get_objects(repository, *ids):
686
for
id_ in ids:
687
pdchunk(repository.get(H(id_)))
688
689
690
def
add_objects(repository, segments):
Callers
6
test_repair_corrupted_segment
Function · 0.85
test_repair_missing_commit_segment
Function · 0.85
test_repair_corrupted_commit_segment
Function · 0.85
test_repair_no_commits
Function · 0.85
test_repair_missing_index
Function · 0.85
test_repair_index_too_new
Function · 0.85
Calls
3
pdchunk
Function · 0.70
H
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected