MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getHashValue

Method getHashValue

Engine/source/console/simFieldDictionary.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37static Chunker<SimFieldDictionary::Entry> fieldChunker;
38
39U32 SimFieldDictionary::getHashValue(StringTableEntry slotName)
40{
41 return HashPointer(slotName) % HashTableSize;
42}
43
44U32 SimFieldDictionary::getHashValue(const String& fieldName)
45{

Callers

nothing calls this directly

Calls 2

HashPointerFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected