Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetLength
Method
GetLength
Source/Engine/Serialization/FileWriteStream.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
uint32 FileWriteStream::GetLength()
62
{
63
Flush();
64
return _file->GetSize();
65
}
66
67
uint32 FileWriteStream::GetPosition()
68
{
Callers
nothing calls this directly
Calls
2
Flush
Function · 0.50
GetSize
Method · 0.45
Tested by
no test coverage detected