MCPcopy 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
697bool Message::isValid() const
698{
699 return msg_ != nullptr && connection_ != nullptr;
700}
701
702bool Message::isEmpty() const
703{

Callers 5

callMethodMethod · 0.45
callMethodAsyncMethod · 0.45
emitSignalMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36