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

Method lastCallTimedOut

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

* @brief Returns true when the most recent call() was interrupted by timeout. */

Source from the content-addressed store, hash-verified

162 * @brief Returns true when the most recent call() was interrupted by timeout.
163 */
164bool DataModel::JsWatchdog::lastCallTimedOut() const noexcept
165{
166 return m_lastTimedOut;
167}
168
169//--------------------------------------------------------------------------------------------------
170// Watchdog-thread accessors

Callers 6

runMethod · 0.80
parseStringMethod · 0.80
parseBinaryMethod · 0.80
runLoopTickMethod · 0.80
runSetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected