* @brief Returns the guarded engine; read by the watchdog thread under its lock. */
| 174 | * @brief Returns the guarded engine; read by the watchdog thread under its lock. |
| 175 | */ |
| 176 | QJSEngine* DataModel::JsWatchdog::engine() const noexcept |
| 177 | { |
| 178 | return m_engine; |
| 179 | } |
| 180 | |
| 181 | /** |
| 182 | * @brief Returns the armed deadline in steady-clock ns, or 0 when disarmed. |
no outgoing calls
no test coverage detected