Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ unpack
Method
unpack
src/borg/helpers/msgpack.py:158–164 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
156
super().__init__(**kw)
157
158
def
unpack(self):
159
try
:
160
return
super().unpack()
161
except
OutOfData:
162
raise
163
except
Exception
as
e:
164
raise
UnpackException(e)
165
166
def
__next__(self):
167
try
:
Callers
15
iter_archive_items
Method · 0.95
get_many
Method · 0.80
unpack
Function · 0.80
check_object
Method · 0.80
get
Method · 0.80
_read_integrity
Method · 0.80
_unpack_hints
Method · 0.80
recover_segment
Method · 0.80
_read
Method · 0.80
upgrade_compressed_chunk
Method · 0.80
get_many
Method · 0.80
unpack
Function · 0.80
Calls
1
UnpackException
Class · 0.85
Tested by
3
pchunk
Function · 0.64
_subtly_corrupted_hints_setup
Function · 0.64
pchunk
Function · 0.64