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

Method autoApproveEdits

app/src/AI/Assistant.cpp:182–185  ·  view source on GitHub ↗

* @brief Returns whether Confirm-gated edits run without per-call approval. */

Source from the content-addressed store, hash-verified

180 * @brief Returns whether Confirm-gated edits run without per-call approval.
181 */
182bool AI::Assistant::autoApproveEdits() const noexcept
183{
184 return m_autoApproveEdits;
185}
186
187/**
188 * @brief Persists the toggle and notifies QML listeners.

Callers 1

dispatchByCallSafetyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected