Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
uint32 FileWriteStream::GetPosition()
68
{
69
Flush();
70
return _file->GetPosition();
71
}
72
73
void FileWriteStream::SetPosition(uint32 seek)
74
{
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected