Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getHashCaseSensitive
Method
getHashCaseSensitive
Engine/source/core/util/str.cpp:647–650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
}
646
647
U32 String::getHashCaseSensitive() const
648
{
649
return _string->getOrCreateHashCase();
650
}
651
652
U32 String::getHashCaseInsensitive() const
653
{
Callers
4
consoleFunctions.cpp
File · 0.80
hash
Function · 0.80
TEST
Function · 0.80
MatStateHint
Class · 0.80
Calls
1
getOrCreateHashCase
Method · 0.80
Tested by
1
TEST
Function · 0.64