MCPcopy
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_speedMethod · 0.45
watch_error_countMethod · 0.45
watch_files_countMethod · 0.45
watch_unchanged_countMethod · 0.45
watch_modified_countMethod · 0.45
watch_added_countMethod · 0.45
watch_other_countMethod · 0.45
watch_rcMethod · 0.45
watch_elapsed_timeMethod · 0.45
refresh_ui_labelsMethod · 0.45
update_titleMethod · 0.45
_update_artMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_xxh64Function · 0.36
test_stats_basicFunction · 0.36
test_stats_progress_ttyFunction · 0.36
test_stats_progress_fileFunction · 0.36
wrapperFunction · 0.36
discover_levelFunction · 0.36