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

Method preVisit

src/simulate/simulate_fusion.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174 struct SimNodeCollector : SimVisitor {
175 virtual void preVisit ( SimNode * node ) override {
176 SimVisitor::preVisit(node);
177 thisNode = node;
178 }
179 virtual void op ( const char * name, uint32_t typeSize, const string & typeName ) override {
180 SimNodeInfo ni;
181 ni.name = name;

Callers

nothing calls this directly

Calls 1

preVisitFunction · 0.85

Tested by

no test coverage detected