MCPcopy Create free account
hub / github.com/devosoft/avida / LookupFunction

Method LookupFunction

avida-core/source/script/cASLibrary.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 bool LookupObject(const cString& obj_name, int& obj_id);
51 bool LookupFunction(const cString& name, const cASFunction*& func) { return m_fun_dict.Find(name, func); }
52
53 bool HasFunction(const cString& name) const { return m_fun_dict.HasEntry(name); }
54

Callers 2

VisitFunctionCallMethod · 0.45
lookupFunctionMethod · 0.45

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected