MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / visitBlock

Method visitBlock

src/simulate/simulate_visit.cpp:819–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 }
818
819 void SimNode_Block::visitBlock ( SimVisitor & vis ) {
820 vis.sub(list, total, "block");
821 }
822
823 void SimNode_Block::visitLabels ( SimVisitor & vis ) {
824 if ( labels ) {

Callers

nothing calls this directly

Calls 1

subMethod · 0.45

Tested by

no test coverage detected