Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getHashCaseInsensitive
Method
getHashCaseInsensitive
Engine/source/core/util/str.cpp:652–655 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
650
}
651
652
U32 String::getHashCaseInsensitive() const
653
{
654
return _string->getOrCreateHashNoCase();
655
}
656
657
//-----------------------------------------------------------------------------
658
Callers
8
consoleFunctions.cpp
File · 0.80
hashInsert
Method · 0.80
hashRemove
Method · 0.80
hashFind
Method · 0.80
hash
Function · 0.80
TEST
Function · 0.80
RenderInstType
Class · 0.80
conditionerFeature.cpp
File · 0.80
Calls
1
getOrCreateHashNoCase
Method · 0.80
Tested by
1
TEST
Function · 0.64