* @brief Snapshot of the project epoch before a mutating handler runs. */
| 232 | * @brief Snapshot of the project epoch before a mutating handler runs. |
| 233 | */ |
| 234 | [[nodiscard]] static qint64 captureProjectEpoch() |
| 235 | { |
| 236 | return DataModel::ProjectModel::instance().mutationEpoch(); |
| 237 | } |
| 238 | |
| 239 | /** |
| 240 | * @brief Append a stale_project warning when the caller's expectedProjectEpoch is stale. |
no test coverage detected