MCPcopy Create free account
hub / github.com/beefytech/Beef / Resize

Method Resize

BeefySysLib/util/HashSet.h:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 void Resize()
253 {
254 Resize(ExpandSize(mCount), false);
255 }
256
257 void Resize(intptr newSize, bool forceNewHashCodes)
258 {

Callers

nothing calls this directly

Calls 1

ResizeFunction · 0.85

Tested by

no test coverage detected