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

Method getHashValue

Engine/source/console/simFieldDictionary.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33static Chunker<SimFieldDictionary::Entry> fieldChunker;
34
35U32 SimFieldDictionary::getHashValue( StringTableEntry slotName )
36{
37 return HashPointer( slotName ) % HashTableSize;
38}
39
40U32 SimFieldDictionary::getHashValue( const String& fieldName )
41{

Callers

nothing calls this directly

Calls 2

HashPointerFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected