Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
264
U32 HashPointer(StringTableEntry ptr)
265
{
266
return (U32)(((dsize_t)ptr) >> 2);
267
}
268
269
Dictionary::Entry *Dictionary::lookup(StringTableEntry name)
270
{
Callers
8
insert
Method · 0.85
find
Method · 0.85
remove
Method · 0.85
getHashValue
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