* @brief Returns whether device-gated commands are currently unblocked. */
| 119 | * @brief Returns whether device-gated commands are currently unblocked. |
| 120 | */ |
| 121 | bool AI::CommandRegistry::deviceControlAllowed() const |
| 122 | { |
| 123 | return m_deviceControlAllowed; |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * @brief Returns whether a command belongs to the device-gated set. |
no outgoing calls
no test coverage detected