Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ size
Method
size
CoreLib/Base/PagedArray.h:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
inline uint32_t size() const
226
{
227
return storage_.size() << 6;
228
}
229
230
inline bool get(uint32_t index) const
231
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected