MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / isApiMessage

Method isApiMessage

app/src/API/CommandHandler.cpp:94–97  ·  view source on GitHub ↗

* @brief Check if data appears to be an API message */

Source from the content-addressed store, hash-verified

92 * @brief Check if data appears to be an API message
93 */
94bool 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

Callers

nothing calls this directly

Calls 1

isApiMessageFunction · 0.85

Tested by

no test coverage detected