MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / engine

Method engine

app/src/DataModel/Scripting/JsWatchdog.cpp:176–179  ·  view source on GitHub ↗

* @brief Returns the guarded engine; read by the watchdog thread under its lock. */

Source from the content-addressed store, hash-verified

174 * @brief Returns the guarded engine; read by the watchdog thread under its lock.
175 */
176QJSEngine* 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.

Callers 2

bootstrapModuleManagerFunction · 0.80
interruptExpiredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected