| 673 | } |
| 674 | |
| 675 | const char* Message::getDestination() const |
| 676 | { |
| 677 | return sd_bus_message_get_destination(static_cast<sd_bus_message*>(msg_)); |
| 678 | } |
| 679 | |
| 680 | uint64_t Message::getCookie() const |
| 681 | { |
nothing calls this directly
no outgoing calls
no test coverage detected