Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isEmpty
Method
isEmpty
Engine/source/core/util/str.cpp:622–625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
620
}
621
622
bool String::isEmpty() const
623
{
624
return ( _string == StringData::Empty() );
625
}
626
627
bool String::isEmpty(const char* str)
628
{
Callers
5
getJoystickDescriptor
Method · 0.95
str.cpp
File · 0.45
operator+
Function · 0.45
ToLower
Method · 0.45
ToUpper
Method · 0.45
Calls
1
Empty
Function · 0.50
Tested by
no test coverage detected