Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuxCoreRender/LuxCore
/ IsGood
Method
IsGood
src/luxrays/utils/serializationutils.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
bool SerializationOutputFile::IsGood() {
50
return outStream.good();
51
}
52
53
void SerializationOutputFile::Flush() {
54
outStream.flush();
Callers
15
RenderConfigImpl
Method · 0.80
LoadSerialized
Method · 0.80
SaveSerialized
Method · 0.80
LoadSerialized
Method · 0.80
SaveSerialized
Method · 0.80
SaveRsmFile
Function · 0.80
LoadSerialized
Method · 0.80
SaveSerialized
Method · 0.80
LoadSerialized
Method · 0.80
SaveSerialized
Method · 0.80
LoadPersistentCache
Method · 0.80
SavePersistentCache
Method · 0.80
Calls
no outgoing calls
Tested by
2
TestPropertiesSerialization
Function · 0.64
TestImageMapSerialization
Function · 0.64