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

Method PushScope

avida-core/source/script/cSymbolTable.h:78–78  ·  view source on GitHub ↗

-------- Scope Methods --------

Source from the content-addressed store, hash-verified

76
77 // -------- Scope Methods --------
78 inline void PushScope() { m_scope++; }
79 void PopScope();
80 inline int GetScope() const { return m_scope; }
81

Callers 2

VisitStatementListMethod · 0.80
VisitForeachBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected