Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Flush
Method
Flush
libs/coding/internal/file_data.cpp:146–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void FileData::Flush()
147
{
148
if (fflush(m_File))
149
MYTHROW(Writer::WriteException, (GetErrorProlog()));
150
}
151
152
void FileData::Truncate(uint64_t sz)
153
{
Callers
1
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.36