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

Method IsLastNamed

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

Source from the content-addressed store, hash-verified

692 { m_nodes[idx].SetVar(var_id, global, type); }
693
694 inline bool IsLastNamed() const { return m_last_named; }
695 inline bool IsLastWild() const { return m_last_wild; }
696
697 inline void SetLastNamed() { m_last_wild = true; m_last_named = true; }

Callers 3

VisitUnpackTargetMethod · 0.80
VisitUnpackTargetMethod · 0.80
VisitUnpackTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected