Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
396
asUINT CScriptDictionary::GetSize() const
397
{
398
return asUINT(dict.size());
399
}
400
401
bool CScriptDictionary::Delete(const dictKey_t &key)
402
{
Callers
2
CScriptDictionary
Method · 0.45
ScriptDictionaryGetSize_Generic
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected