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

Function printSimNode

src/simulate/simulate_print.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 void printSimNode ( TextWriter & ss, Context * context, SimNode * node, bool debugHash ) {
253 SimPrint prv(ss,context);
254 prv.displayHash = debugHash;
255 node->visit(prv);
256 }
257}

Callers 1

simulateMethod · 0.85

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected