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

Method IsASFunction

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

Source from the content-addressed store, hash-verified

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
517 bool HasArguments() const { return (m_args); }

Callers 1

VisitFunctionCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected