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

Method GetASFunction

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

Source from the content-addressed store, hash-verified

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; }
514 inline bool IsASFunction() const { return (m_func); }
515 inline void SetASFunction(const cASFunction* func) { m_func = func; }
516

Callers 1

VisitFunctionCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected