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

Method flush

src/borg/crypto/file_integrity.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 return self.fd.read(n)
38
39 def flush(self):
40 self.fd.flush()
41
42 def fileno(self):
43 return self.fd.fileno()

Callers 8

secure_eraseFunction · 0.45
syncMethod · 0.45
test_cache_chunk_bufferFunction · 0.45
test_fdatasync_basicFunction · 0.45
exec_cmdFunction · 0.45

Calls

no outgoing calls