Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ getType
Method
getType
Suscan/Message.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
using namespace Suscan;
23
24
uint32_t
25
Message::getType(void) const
26
{
27
return this->type;
28
}
29
30
Message::Message()
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected