Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ update
Method
update
src/borg/crypto/file_integrity.py:99–100 ·
view source on GitHub ↗
(self, data: bytes)
Source
from the content-addressed store, hash-verified
97
return
self.hash.hexdigest()
98
99
def
update(self, data: bytes):
100
self.hash.update(data)
101
102
def
hash_length(self, seek_to_end=False):
103
if
seek_to_end:
Callers
15
update_speed
Method · 0.45
watch_error_count
Method · 0.45
watch_files_count
Method · 0.45
watch_unchanged_count
Method · 0.45
watch_modified_count
Method · 0.45
watch_added_count
Method · 0.45
watch_other_count
Method · 0.45
watch_rc
Method · 0.45
watch_elapsed_time
Method · 0.45
refresh_ui_labels
Method · 0.45
update_title
Method · 0.45
_update_art
Method · 0.45
Calls
no outgoing calls
Tested by
6
test_xxh64
Function · 0.36
test_stats_basic
Function · 0.36
test_stats_progress_tty
Function · 0.36
test_stats_progress_file
Function · 0.36
wrapper
Function · 0.36
discover_level
Function · 0.36