MCPcopy
hub / github.com/borgbackup/borg / write

Method write

src/borg/testsuite/remote_test.py:179–180  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

177 pass
178
179 def write(self, data):
180 raise OSError(errno.ENOSPC, "foo")
181
182 def truncate(self, n=None):
183 pass

Callers 15

testdataFunction · 0.45
test_uncommitted_garbageFunction · 0.45
test_corrupted_hintsFunction · 0.45
_corrupt_indexFunction · 0.45
corrupt_objectFunction · 0.45
test_repair_no_commitsFunction · 0.45
test_cache_corruptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected