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

Method write_chunk

src/borg/archive.py:372–373  ·  view source on GitHub ↗
(self, chunk)

Source from the content-addressed store, hash-verified

370 self.flush()
371
372 def write_chunk(self, chunk):
373 raise NotImplementedError
374
375 def flush(self, flush=False):
376 if self.buffer.tell() == 0:

Callers 1

flushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected