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

Method GetFuncID

avida-core/source/script/ASTree.h:509–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 inline void SetType(const sASTypeInfo& type) { m_type = type; }
508
509 inline int GetFuncID() const { return m_id; }
510 inline bool IsFuncGlobal() const { return m_global; }
511 inline void SetFunc(int in_id, bool global) { m_id = in_id; m_global = global; }
512

Callers 1

VisitFunctionCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected