MCPcopy 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
49bool SerializationOutputFile::IsGood() {
50 return outStream.good();
51}
52
53void SerializationOutputFile::Flush() {
54 outStream.flush();

Callers 15

RenderConfigImplMethod · 0.80
LoadSerializedMethod · 0.80
SaveSerializedMethod · 0.80
LoadSerializedMethod · 0.80
SaveSerializedMethod · 0.80
SaveRsmFileFunction · 0.80
LoadSerializedMethod · 0.80
SaveSerializedMethod · 0.80
LoadSerializedMethod · 0.80
SaveSerializedMethod · 0.80
LoadPersistentCacheMethod · 0.80
SavePersistentCacheMethod · 0.80

Calls

no outgoing calls

Tested by 2