Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/borgbackup/borg
/ update
Method
update
src/borg/archive.py:72–75 ·
view source on GitHub ↗
(self, size, unique)
Source
from the content-addressed store, hash-verified
70
self.tx_bytes = 0
71
72
def
update(self, size, unique):
73
self.osize += size
74
if
unique:
75
self.usize += size
76
77
def
__add__(self, other):
78
if
not isinstance(other, Statistics):
Callers
12
stats
Function · 0.95
reuse_chunk
Method · 0.45
add_chunk
Method · 0.45
update_compatibility
Method · 0.45
entry_hash
Method · 0.45
process_dir_with_fd
Method · 0.45
process_dir
Method · 0.45
process_fifo
Method · 0.45
process_dev
Method · 0.45
process_symlink
Method · 0.45
process_file
Method · 0.45
set_rst_settings
Function · 0.45
Calls
no outgoing calls
Tested by
1
stats
Function · 0.76