Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_erase
Function · 0.45
sync
Method · 0.45
test_cache_chunk_buffer
Function · 0.45
test_partial_cache_chunk_buffer
Function · 0.45
test_fdatasync_uses_f_fullfsync
Function · 0.45
test_fdatasync_falls_back_to_fsync
Function · 0.45
test_fdatasync_basic
Function · 0.45
exec_cmd
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_cache_chunk_buffer
Function · 0.36
test_partial_cache_chunk_buffer
Function · 0.36
test_fdatasync_uses_f_fullfsync
Function · 0.36
test_fdatasync_falls_back_to_fsync
Function · 0.36
test_fdatasync_basic
Function · 0.36