MCPcopy 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

ResizeFunction · 0.85

Tested by

no test coverage detected