| 597 | std::optional<std::pair<ScriptError, std::string>> operator()(); |
| 598 | |
| 599 | ScriptExecutionMetrics GetScriptExecutionMetrics() const { return metrics; } |
| 600 | }; |
| 601 | |
| 602 | // CScriptCheck is used a lot in std::vector, make sure that's efficient |
no outgoing calls