Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
642
bool String::isInterned() const
643
{
644
return ( _string->isInterned() );
645
}
646
647
U32 String::getHashCaseSensitive() const
648
{
Callers
3
operator==
Method · 0.45
equal
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36