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

Method enabled

app/src/Misc/BackupManager.cpp:364–367  ·  view source on GitHub ↗

* @brief Returns true when snapshotting is active. */

Source from the content-addressed store, hash-verified

362 * @brief Returns true when snapshotting is active.
363 */
364bool Misc::BackupManager::enabled() const noexcept
365{
366 return m_enabled;
367}
368
369/**
370 * @brief Toggle the backup pipeline (used by tests / headless tooling).

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected