MCPcopy 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
64uint32 FileReadStream::GetLength()
65{
66 return _file->GetSize();
67}
68
69uint32 FileReadStream::GetPosition()
70{

Callers 1

CreatePropertiesMethod · 0.45

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected