* @brief Check if a command is registered */
| 138 | * @brief Check if a command is registered |
| 139 | */ |
| 140 | bool API::CommandRegistry::hasCommand(const QString& name) const |
| 141 | { |
| 142 | return m_commands.contains(name); |
| 143 | } |
| 144 | |
| 145 | /** |
| 146 | * @brief Closed set of mutating commands that warrant a pre-mutation snapshot. |
no test coverage detected