MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / isInitialized

Method isInitialized

app/src/DataModel/DataTable.cpp:257–260  ·  view source on GitHub ↗

* @brief Returns true once initialize() has built the register storage. */

Source from the content-addressed store, hash-verified

255 * @brief Returns true once initialize() has built the register storage.
256 */
257bool 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

Callers 8

valueGetMethod · 0.80
valueSetMethod · 0.80
valueHandleMethod · 0.80
valueGetHMethod · 0.80
valueSetHMethod · 0.80
captureTableSnapshotsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected