Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ write
Method
write
src/borg/platform/base.py:181–182 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
179
self.close()
180
181
def
write(self, data):
182
self.f.write(data)
183
184
def
read(self, *args, **kwargs):
185
return
self.f.read(*args, **kwargs)
Callers
15
test_syncfile_close_idempotent
Function · 0.95
do_key_change_location
Method · 0.45
print_text_output
Method · 0.45
do_delete
Method · 0.45
do_rename
Method · 0.45
do_undelete
Method · 0.45
_list_inner
Method · 0.45
test_files
Method · 0.45
do_repo_list
Method · 0.45
do_recreate
Method · 0.45
do_prune
Method · 0.45
do_debug_dump_archive_items
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_syncfile_close_idempotent
Function · 0.76
test_files
Method · 0.36