MCPcopy
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_itemsMethod · 0.95
get_manyMethod · 0.80
unpackFunction · 0.80
check_objectMethod · 0.80
getMethod · 0.80
_read_integrityMethod · 0.80
_unpack_hintsMethod · 0.80
recover_segmentMethod · 0.80
_readMethod · 0.80
get_manyMethod · 0.80
unpackFunction · 0.80

Calls 1

UnpackExceptionClass · 0.85

Tested by 3

pchunkFunction · 0.64
pchunkFunction · 0.64