Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
U32 HashPointer(StringTableEntry ptr)
279
{
280
return (U32)(((dsize_t)ptr) >> 2);
281
}
282
283
Dictionary::Entry *Dictionary::lookup(StringTableEntry name)
284
{
Callers
9
insert
Method · 0.85
find
Method · 0.85
remove
Method · 0.85
getHashValue
Method · 0.85
operator()
Method · 0.85
lookup
Method · 0.85
add
Method · 0.85
remove
Method · 0.85
buildHashTable
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected