MCPcopy 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
647U32 String::getHashCaseSensitive() const
648{
649 return _string->getOrCreateHashCase();
650}
651
652U32 String::getHashCaseInsensitive() const
653{

Callers 4

hashFunction · 0.80
TESTFunction · 0.80
MatStateHintClass · 0.80

Calls 1

getOrCreateHashCaseMethod · 0.80

Tested by 1

TESTFunction · 0.64