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

Method isAtEnd

src/Message.cpp:707–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707bool Message::isAtEnd(bool complete) const
708{
709 return sd_bus_message_at_end(static_cast<sd_bus_message*>(msg_), complete) > 0; // NOLINT(readability-implicit-bool-conversion)
710}
711
712// TODO: Create a RAII ownership class for creds with copy&move semantics, doing ref()/unref() under the hood.
713// Create a method Message::querySenderCreds() that will return an object of this class by value, through IConnection and SdBus mutex.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected