MCPcopy Create free account
hub / github.com/Norbyte/bg3se / ~StaticHashMap

Method ~StaticHashMap

CoreLib/Base/BaseMap.h:713–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 {}
712
713 ~StaticHashMap()
714 {
715 if (Hash) {
716 GameDeleteArray(Hash, TotalSize);
717 }
718 }
719
720 void Build(Array<TK> const& keys, Array<TV> const& values)
721 {

Callers

nothing calls this directly

Calls 1

GameDeleteArrayFunction · 0.85

Tested by

no test coverage detected