Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ isNotification
Method
isNotification
app/src/API/MCPProtocol.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
bool isValid() const { return jsonrpc == QStringLiteral(
"2.0"
) && !method.isEmpty(); }
65
66
bool isNotification() const { return id.isNull(); }
67
68
static MCPRequest fromJson(const QJsonObject& json)
69
{
Callers
1
processMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected