Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ IsEmpty
Method
IsEmpty
sdk/add_on/scriptdictionary/scriptdictionary.cpp:388–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
bool CScriptDictionary::IsEmpty() const
389
{
390
if( dict.size() == 0 )
391
return true;
392
393
return false;
394
}
395
396
asUINT CScriptDictionary::GetSize() const
397
{
Callers
1
ScriptDictionaryIsEmpty_Generic
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected