Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void FileWriteStream::Close()
53
{
54
if (_file)
55
{
56
Flush();
57
_file->Close();
58
}
59
}
60
61
uint32 FileWriteStream::GetLength()
62
{
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected