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

Method simulate

include/daScript/ast/ast.h:1472–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1470 virtual ~SimulateMacro() = default;
1471 virtual bool preSimulate ( Program *, Context * ) { return true; }
1472 virtual bool simulate ( Program *, Context * ) { return true; }
1473 string name;
1474 };
1475

Callers 1

SimulateWithErrReportFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected