* @brief Returns true when the project model is in ProjectFile mode and ready * to accept workspace mutations. */
| 54 | * to accept workspace mutations. |
| 55 | */ |
| 56 | [[nodiscard]] static bool inProjectFileMode() |
| 57 | { |
| 58 | return AppState::instance().operationMode() == SerialStudio::ProjectFile; |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * @brief Builds the derived widgetId string for a workspace widget reference. |
no test coverage detected