| 46 | |
| 47 | [[nodiscard]] bool shouldConfirmUpdate() const { return m_confirm_update; } |
| 48 | void setConfirmUpdate(bool confirm) { m_confirm_update = confirm; } |
| 49 | |
| 50 | bool shouldOverride() const { return m_override_existing; } |
| 51 |
no outgoing calls
no test coverage detected