Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ resize
Method
resize
CoreLib/Base/PagedArray.h:245–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
void resize(uint32_t newSize)
246
{
247
if (newSize > size()) {
248
storage_.resize(newSize / 64 + ((newSize % 64) ? 1 : 0));
249
}
250
}
251
252
inline void set(uint32_t index)
253
{
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected