Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devosoft/avida
/ HasElse
Method
HasElse
avida-core/source/script/ASTree.h:297–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
296
inline bool HasElseIfs() const { return (m_elifs.GetSize()); }
297
inline bool HasElse() const { return (m_else); }
298
299
void Accept(cASTVisitor& visitor);
300
};
Callers
2
VisitIfBlock
Method · 0.80
VisitIfBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected