* @brief Returns true once initialize() has built the register storage. */
| 255 | * @brief Returns true once initialize() has built the register storage. |
| 256 | */ |
| 257 | bool DataModel::DataTableStore::isInitialized() const noexcept |
| 258 | { |
| 259 | return m_initialized; |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * @brief Returns the monotonic write clock; a slot's version equals the clock value at its last |
no outgoing calls
no test coverage detected