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

Method getInterfaceName

src/Message.cpp:655–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655const char* Message::getInterfaceName() const
656{
657 return sd_bus_message_get_interface(static_cast<sd_bus_message*>(msg_));
658}
659
660const char* Message::getMemberName() const
661{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected