Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetSize
Method
GetSize
engine/Poseidon/IO/Streams/FileOverlapped.cpp:99–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
int FileBufferOverlapped::GetSize() const
100
{
101
if (_compressed)
102
{
103
return _uncompressedSize;
104
}
105
return _buffer.Size();
106
}
107
108
const char* FileBufferOverlapped::GetData() const
109
{
Callers
6
open
Method · 0.45
OpenBuffer
Method · 0.45
FileBufferSub
Method · 0.45
open
Method · 0.45
SerializeArray
Method · 0.45
Serialize
Method · 0.45
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected