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

Method Exists

sdk/add_on/scriptdictionary/scriptdictionary.cpp:378–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378bool CScriptDictionary::Exists(const dictKey_t &key) const
379{
380 dictMap_t::const_iterator it;
381 it = dict.find(key);
382 if( it != dict.end() )
383 return true;
384
385 return false;
386}
387
388bool CScriptDictionary::IsEmpty() const
389{

Callers 1

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected