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

Function HashPointer

Engine/source/console/consoleInternal.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278U32 HashPointer(StringTableEntry ptr)
279{
280 return (U32)(((dsize_t)ptr) >> 2);
281}
282
283Dictionary::Entry *Dictionary::lookup(StringTableEntry name)
284{

Callers 9

insertMethod · 0.85
findMethod · 0.85
removeMethod · 0.85
getHashValueMethod · 0.85
operator()Method · 0.85
lookupMethod · 0.85
addMethod · 0.85
removeMethod · 0.85
buildHashTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected