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

Method MethodCall

src/Message.cpp:823–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821
822
823MethodCall::MethodCall( void *msg
824 , internal::IConnection *connection
825 , adopt_message_t) noexcept
826 : Message(msg, connection, adopt_message)
827{
828}
829
830void MethodCall::dontExpectReply()
831{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected