MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isInterned

Method isInterned

Engine/source/core/util/str.cpp:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642bool String::isInterned() const
643{
644 return ( _string->isInterned() );
645}
646
647U32 String::getHashCaseSensitive() const
648{

Callers 3

operator==Method · 0.45
equalMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36