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

Method mutationEpoch

app/src/DataModel/ProjectModel.cpp:632–635  ·  view source on GitHub ↗

* @brief Monotonic counter bumped on every structural project mutation. */

Source from the content-addressed store, hash-verified

630 * @brief Monotonic counter bumped on every structural project mutation.
631 */
632qint64 DataModel::ProjectModel::mutationEpoch() const noexcept
633{
634 return m_mutationEpoch;
635}
636
637/**
638 * @brief Prompts for a password, hashes it, and locks the editor.

Callers 3

executeMethod · 0.80
attachProjectEpochFunction · 0.80
captureProjectEpochFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected