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

Method visitOp1

src/simulate/simulate_visit.cpp:977–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975 }
976
977 SimNode * SimNode_Op1::visitOp1 ( SimVisitor & vis, const char * op, int typeSize, const string & typeName ) {
978 V_BEGIN();
979 vis.op(op, typeSize, typeName);
980 V_SUB(x);
981 V_END();
982 }
983
984 SimNode * SimNode_Op2::visitOp2 ( SimVisitor & vis, const char * op, int typeSize, const string & typeName ) {
985 V_BEGIN();

Callers

nothing calls this directly

Calls 1

opMethod · 0.45

Tested by

no test coverage detected