| 320 | { |
| 321 | QiFunc_time_rms() : QiFunc(0) {} |
| 322 | QiVar exec(const std::vector<QiVar>&, QiScriptInterpreter*) const override |
| 323 | { |
| 324 | return clock(); |
| 325 | } |
| 326 | }; |
| 327 | /* |
| 328 | [0] restore time |
nothing calls this directly
no outgoing calls
no test coverage detected