Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuxCoreRender/LuxCore
/ Flush
Method
Flush
src/luxrays/utils/serializationutils.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void SerializationOutputFile::Flush() {
54
outStream.flush();
55
}
56
57
std::streampos SerializationOutputFile::GetPosition() {
58
return outFile.tellp();
Callers
11
SaveSerialized
Method · 0.80
SaveSerialized
Method · 0.80
SaveRsmFile
Function · 0.80
SaveSerialized
Method · 0.80
SaveSerialized
Method · 0.80
SavePersistentCache
Method · 0.80
SavePersistentCache
Method · 0.80
SaveSerialized
Method · 0.80
SavePersistentCache
Method · 0.80
TestPropertiesSerialization
Function · 0.80
TestImageMapSerialization
Function · 0.80
Calls
1
flush
Method · 0.45
Tested by
2
TestPropertiesSerialization
Function · 0.64
TestImageMapSerialization
Function · 0.64