* @brief Returns the monotonic write clock; a slot's version equals the clock value at its last * write, so changedSince() can tell whether any slot moved after a reader's snapshot. */
| 264 | * write, so changedSince() can tell whether any slot moved after a reader's snapshot. |
| 265 | */ |
| 266 | quint64 DataModel::DataTableStore::writeClock() const noexcept |
| 267 | { |
| 268 | return m_writeClock; |
| 269 | } |
| 270 | |
| 271 | /** |
| 272 | * @brief Points the read-capture accumulator at a caller-owned slot list (nullptr to stop). While |
no outgoing calls
no test coverage detected