MCPcopy Create free account
hub / github.com/Norbyte/bg3se / Build

Method Build

CoreLib/Base/BaseMap.h:720–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718 }
719
720 void Build(Array<TK> const& keys, Array<TV> const& values)
721 {
722 auto hashSize = GetHashSizeFor(std::span<TK const>(keys.data(), keys.data() + keys.size()), 2);
723 Build(hashSize, keys, values);
724 }
725
726 void Build(uint32_t hashSize, Array<TK> const& keys, Array<TV> const& values)
727 {

Callers

nothing calls this directly

Calls 6

GetHashSizeForFunction · 0.85
HashMapHashFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45
EnsureSizeMethod · 0.45
SetMethod · 0.45

Tested by

no test coverage detected