Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ GetArguments
Method
GetArguments
avida-core/source/script/ASTree.h:605–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
603
604
void SetArguments(cASTArgumentList* args) { delete m_args; m_args = args; }
605
cASTArgumentList* GetArguments() { return m_args; }
606
607
const sASTypeInfo& GetType() const { return m_type; }
608
Callers
15
Process
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
Process
Method · 0.45
VisitBuiltInCall
Method · 0.45
VisitFunctionCall
Method · 0.45
VisitObjectCall
Method · 0.45
VisitFunctionDefinition
Method · 0.45
checkBuiltInCast
Method · 0.45
VisitBuiltInCall
Method · 0.45
VisitFunctionCall
Method · 0.45
VisitObjectCall
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected