MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / WriteToFile

Method WriteToFile

Code/Base/Serialization/BinarySerialization.cpp:368–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 return false;
367 }
368
369 return true;
370 }
371
372 return false;
373 }
374
375 bool BinaryInputArchive::ReadFromBlob( Blob const& blob )
376 {
377 return ReadFromData( blob.data(), blob.size() );
378 }
379
380 //-------------------------------------------------------------------------
381
382 BinaryOutputArchive::BinaryOutputArchive()
383 {
384 m_serializer.BeginWriting();
385 }
386

Callers 15

CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileTextureMethod · 0.80
CompileCubemapTextureMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
CompileMethod · 0.80
SaveNavmeshMethod · 0.80

Calls 5

IsWritingMethod · 0.80
EndWritingMethod · 0.80
EnsureDirectoryExistsMethod · 0.80
GetSizeMethod · 0.80
WriteBinaryFileFunction · 0.50

Tested by

no test coverage detected