* @brief Toggles the device-control gate driven by AI::Assistant. */
| 135 | * @brief Toggles the device-control gate driven by AI::Assistant. |
| 136 | */ |
| 137 | void AI::CommandRegistry::setDeviceControlAllowed(bool allowed) |
| 138 | { |
| 139 | m_deviceControlAllowed = allowed; |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * @brief Returns the names of all explicitly Safe commands. |
no outgoing calls
no test coverage detected