MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetPosition

Method GetPosition

Source/Engine/Serialization/FileWriteStream.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67uint32 FileWriteStream::GetPosition()
68{
69 Flush();
70 return _file->GetPosition();
71}
72
73void FileWriteStream::SetPosition(uint32 seek)
74{

Callers

nothing calls this directly

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected