MCPcopy 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
652U32 String::getHashCaseInsensitive() const
653{
654 return _string->getOrCreateHashNoCase();
655}
656
657//-----------------------------------------------------------------------------
658

Callers 8

hashInsertMethod · 0.80
hashRemoveMethod · 0.80
hashFindMethod · 0.80
hashFunction · 0.80
TESTFunction · 0.80
RenderInstTypeClass · 0.80

Calls 1

getOrCreateHashNoCaseMethod · 0.80

Tested by 1

TESTFunction · 0.64