MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / isEmpty

Method isEmpty

src/Message.cpp:702–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702bool Message::isEmpty() const
703{
704 return sd_bus_message_is_empty(static_cast<sd_bus_message*>(msg_)) != 0;
705}
706
707bool Message::isAtEnd(bool complete) const
708{

Callers 1

Message.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected