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

Method getDestination

src/Message.cpp:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675const char* Message::getDestination() const
676{
677 return sd_bus_message_get_destination(static_cast<sd_bus_message*>(msg_));
678}
679
680uint64_t Message::getCookie() const
681{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected