Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
FileWriteStream::~FileWriteStream()
31
{
32
// Ensure to be file flushed, closed and deleted
33
if (_file)
34
{
35
Flush();
36
Delete(_file);
37
}
38
}
39
40
void FileWriteStream::Flush()
41
{
Callers
nothing calls this directly
Calls
2
Delete
Function · 0.85
Flush
Function · 0.50
Tested by
no test coverage detected