Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ pack
Method
pack
src/borg/helpers/msgpack.py:102–106 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
100
)
101
102
def
pack(self, obj):
103
try
:
104
return
super().pack(obj)
105
except
Exception
as
e:
106
raise
PackException(e)
107
108
109
def
packb(o, *, use_bin_type=USE_BIN_TYPE, unicode_errors=UNICODE_ERRORS, **kwargs):
Callers
15
_write_files_cache
Method · 0.80
add_entry
Method · 0.80
pack
Function · 0.80
write_index
Method · 0.80
LoggedIO
Class · 0.80
write_put
Method · 0.80
write_delete
Method · 0.80
write_commit
Method · 0.80
add_entry
Method · 0.80
pack
Function · 0.80
add
Method · 0.80
format
Method · 0.80
Calls
1
PackException
Class · 0.85
Tested by
6
fchunk
Function · 0.64
test_read_data
Function · 0.64
test_unknown_integrity_version
Function · 0.64
_subtly_corrupted_hints_setup
Function · 0.64
fchunk
Function · 0.64
test_read_data
Function · 0.64