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