Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kistler-Group/sdbus-cpp
/ isValid
Method
isValid
src/Message.cpp:697–700 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
695
}
696
697
bool Message::isValid() const
698
{
699
return msg_ != nullptr && connection_ != nullptr;
700
}
701
702
bool Message::isEmpty() const
703
{
Callers
5
callMethod
Method · 0.45
callMethodAsync
Method · 0.45
emitSignal
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36