MCPcopy 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
388bool CScriptDictionary::IsEmpty() const
389{
390 if( dict.size() == 0 )
391 return true;
392
393 return false;
394}
395
396asUINT CScriptDictionary::GetSize() const
397{

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected