MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Close

Method Close

Source/Engine/Serialization/FileWriteStream.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void FileWriteStream::Close()
53{
54 if (_file)
55 {
56 Flush();
57 _file->Close();
58 }
59}
60
61uint32 FileWriteStream::GetLength()
62{

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected