MCPcopy 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
146void FileData::Flush()
147{
148 if (fflush(m_File))
149 MYTHROW(Writer::WriteException, (GetErrorProlog()));
150}
151
152void FileData::Truncate(uint64_t sz)
153{

Callers 1

UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36