* @brief Check if data appears to be an API message */
| 92 | * @brief Check if data appears to be an API message |
| 93 | */ |
| 94 | bool API::CommandHandler::isApiMessage(const QByteArray& data) const |
| 95 | { |
| 96 | return API::isApiMessage(data); |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * @brief Process an incoming message and generate a response |
nothing calls this directly
no test coverage detected