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

Method modified

app/src/DataModel/ProjectModel.cpp:486–489  ·  view source on GitHub ↗

* @brief Returns true when the project has unsaved edits. */

Source from the content-addressed store, hash-verified

484 * @brief Returns true when the project has unsaved edits.
485 */
486bool DataModel::ProjectModel::modified() const noexcept
487{
488 return m_modified;
489}
490
491/**
492 * @brief Returns the project-wide payload decoder method.

Callers 4

getStatusMethod · 0.80
projectSnapshotMethod · 0.80
ConversationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected