MCPcopy 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
622bool String::isEmpty() const
623{
624 return ( _string == StringData::Empty() );
625}
626
627bool String::isEmpty(const char* str)
628{

Callers 5

getJoystickDescriptorMethod · 0.95
str.cppFile · 0.45
operator+Function · 0.45
ToLowerMethod · 0.45
ToUpperMethod · 0.45

Calls 1

EmptyFunction · 0.50

Tested by

no test coverage detected