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

Method hasTableApiEngines

app/src/DataModel/Scripting/FrameParser.cpp:411–414  ·  view source on GitHub ↗

* @brief Returns true while any live parser engine exposes the table/dataset script API. */

Source from the content-addressed store, hash-verified

409 * @brief Returns true while any live parser engine exposes the table/dataset script API.
410 */
411bool DataModel::FrameParser::hasTableApiEngines() const noexcept
412{
413 return m_hasLuaEngine;
414}
415
416/**
417 * @brief Monotonic engine-set change counter; lets per-frame callers poll with one compare.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected