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

Method IsLastWild

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

Source from the content-addressed store, hash-verified

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; }
698 inline void SetLastWild() { m_last_wild = true; m_last_named = false; }

Callers 2

VisitUnpackTargetMethod · 0.80
VisitUnpackTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected