Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
void FileStream::flush()
244
{
245
if (m_file)
246
{
247
fflush(m_file);
248
}
249
}
250
251
void FileStream::readString(std::string* ptr, u32 count)
252
{
Callers
1
logWrite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected