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

Method setParseBudgetEnabled

app/src/DataModel/FrameBuilder.cpp:358–361  ·  view source on GitHub ↗

* @brief Enables/disables the parse-load budget guard (disabled by the throughput benchmark). */

Source from the content-addressed store, hash-verified

356 * @brief Enables/disables the parse-load budget guard (disabled by the throughput benchmark).
357 */
358void DataModel::FrameBuilder::setParseBudgetEnabled(bool enabled) noexcept
359{
360 m_parseBudgetEnabled = enabled;
361}
362
363/**
364 * @brief Returns the current Quick Plot frame.

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected