Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ GetTarget
Method
GetTarget
avida-core/source/script/ASTree.h:478–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
inline void SetType(const sASTypeInfo& type) { m_type = type; }
477
478
inline cASTNode* GetTarget() { return m_target; }
479
480
bool HasArguments() const { return (m_args); }
481
Callers
5
VisitObjectAssignment
Method · 0.45
VisitBuiltInCall
Method · 0.45
VisitObjectAssignment
Method · 0.45
VisitBuiltInCall
Method · 0.45
VisitObjectAssignment
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected