Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ getMessage
Method
getMessage
Suscan/Messages/StatusMessage.cpp:38–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
QString
39
StatusMessage::getMessage(void) const
40
{
41
return QString(
42
this->message->err_msg == nullptr
43
?
""
44
: this->message->err_msg);
45
}
Callers
1
onStatusMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected