Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Reserve
Method
Reserve
BeefySysLib/util/HashSet.h:517–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
void Reserve(intptr size)
518
{
519
if (size > mAllocSize)
520
Resize(size, false);
521
}
522
523
bool Add(const TKey& key)
524
{
Callers
nothing calls this directly
Calls
1
Resize
Function · 0.85
Tested by
no test coverage detected