MCPcopy
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

print_text_outputMethod · 0.45
do_deleteMethod · 0.45
do_renameMethod · 0.45
do_undeleteMethod · 0.45
_list_innerMethod · 0.45
test_filesMethod · 0.45
do_repo_listMethod · 0.45
do_recreateMethod · 0.45
do_pruneMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_filesMethod · 0.36