MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetSize

Method GetSize

sdk/add_on/scriptdictionary/scriptdictionary.cpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396asUINT CScriptDictionary::GetSize() const
397{
398 return asUINT(dict.size());
399}
400
401bool CScriptDictionary::Delete(const dictKey_t &key)
402{

Callers 2

CScriptDictionaryMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected