Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetLength
Method
GetLength
Source/Engine/Serialization/FileReadStream.cpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
uint32 FileReadStream::GetLength()
65
{
66
return _file->GetSize();
67
}
68
69
uint32 FileReadStream::GetPosition()
70
{
Callers
1
CreateProperties
Method · 0.45
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected