MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~FileWriteStream

Method ~FileWriteStream

Source/Engine/Serialization/FileWriteStream.cpp:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30FileWriteStream::~FileWriteStream()
31{
32 // Ensure to be file flushed, closed and deleted
33 if (_file)
34 {
35 Flush();
36 Delete(_file);
37 }
38}
39
40void FileWriteStream::Flush()
41{

Callers

nothing calls this directly

Calls 2

DeleteFunction · 0.85
FlushFunction · 0.50

Tested by

no test coverage detected