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