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

Function Clear

IDEHelper/StrHashMap.h:179–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 }
178
179 void Clear()
180 {
181 mHashSize = 9973;
182 mHashHeads = NULL;
183 mAlloc.Clear();
184 mCount = 0;
185 }
186
187 Iterator begin()
188 {

Callers 15

PackedCacheMethod · 0.85
DrawBatchMethod · 0.85
FreeMethod · 0.85
FlushMethod · 0.85
FBXTrackMethod · 0.85
~BumpAllocatorTMethod · 0.85
HashSetClass · 0.85
~ChunkedDataBufferMethod · 0.85
TrimEndMethod · 0.85
TrimStartMethod · 0.85
SetMethod · 0.85
DisposeMethod · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected