MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / flush

Method flush

TheForceEngine/TFE_FileSystem/filestream.cpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void FileStream::flush()
244{
245 if (m_file)
246 {
247 fflush(m_file);
248 }
249}
250
251void FileStream::readString(std::string* ptr, u32 count)
252{

Callers 1

logWriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected