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

Function HashPointer

Engine/source/console/consoleInternal.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264U32 HashPointer(StringTableEntry ptr)
265{
266 return (U32)(((dsize_t)ptr) >> 2);
267}
268
269Dictionary::Entry *Dictionary::lookup(StringTableEntry name)
270{

Callers 8

insertMethod · 0.85
findMethod · 0.85
removeMethod · 0.85
getHashValueMethod · 0.85
lookupMethod · 0.85
addMethod · 0.85
removeMethod · 0.85
buildHashTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected