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

Method preVisit

src/simulate/simulate_print.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44 }
45 virtual void preVisit ( SimNode * node ) override {
46 xcr.push_back(CR);
47 CR = false;
48 tab ++;
49 SimVisitor::preVisit(node);
50 ss << "(";
51 }
52 virtual SimNode * visit ( SimNode * node ) override {
53 ss << ")";
54 tab --;

Callers

nothing calls this directly

Calls 2

preVisitFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected