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

Method writeClock

app/src/DataModel/DataTable.cpp:266–269  ·  view source on GitHub ↗

* @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. */

Source from the content-addressed store, hash-verified

264 * write, so changedSince() can tell whether any slot moved after a reader's snapshot.
265 */
266quint64 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

Callers 2

applyDatasetValueMethod · 0.80
applyDatasetValueSpanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected