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

Method IsFuncGlobal

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

Source from the content-addressed store, hash-verified

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
513 inline const cASFunction* GetASFunction() const { return m_func; }

Callers 1

VisitFunctionCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected