MCPcopy 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
61uint32 FileWriteStream::GetLength()
62{
63 Flush();
64 return _file->GetSize();
65}
66
67uint32 FileWriteStream::GetPosition()
68{

Callers

nothing calls this directly

Calls 2

FlushFunction · 0.50
GetSizeMethod · 0.45

Tested by

no test coverage detected