Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/duckdb/duckdb
/ Sync
Method
Sync
src/common/file_system.cpp:863–865 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
}
862
863
void FileHandle::Sync() {
864
file_system.FileSync(*this);
865
}
866
867
void FileHandle::Truncate(int64_t new_size) {
868
file_system.Truncate(*this, new_size);
Callers
15
main
Function · 0.45
test_checksum.cpp
File · 0.45
test_plan_serialization_bwc.cpp
File · 0.45
TestFileGuard
Method · 0.45
test_caching_file_system_wrapper.cpp
File · 0.45
test_file_system.cpp
File · 0.45
WriteContent
Method · 0.45
InitializeFile
Method · 0.45
AfterFlush
Method · 0.45
CreateNewDatabase
Method · 0.45
WriteHeader
Method · 0.45
FileSync
Method · 0.45
Calls
1
FileSync
Method · 0.45
Tested by
2
TestFileGuard
Method · 0.36
WriteContent
Method · 0.36