Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ IsEmpty
Method
IsEmpty
src/Nazara/Core/String.cpp:2444–2447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2442
*/
2443
2444
bool String::IsEmpty() const
2445
{
2446
return m_sharedString->size == 0;
2447
}
2448
2449
/*!
2450
* \brief Checks whether the string is null
Callers
15
RegisterClasses
Method · 0.80
QueryComponentIndex
Method · 0.80
LuaBinding_Audio
Method · 0.80
LoadExtensionsString
Function · 0.80
LoadExtensions3
Function · 0.80
DeclareVariables
Method · 0.80
SaveToParameters
Method · 0.80
GetByName
Method · 0.80
Register
Method · 0.80
OpenDevice
Method · 0.80
Execute
Method · 0.80
AddSubMesh
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected