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

Method sendWithNoReply

src/Message.cpp:858–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858MethodReply MethodCall::sendWithNoReply() const
859{
860 connection_->sendMessage(static_cast<sd_bus_message*>(msg_));
861
862 return Factory::create<MethodReply>(); // No reply
863}
864
865Slot MethodCall::send(void* callback, void* userData, uint64_t timeout, return_slot_t) const // NOLINT(bugprone-easily-swappable-parameters)
866{

Callers

nothing calls this directly

Calls 1

sendMessageMethod · 0.80

Tested by

no test coverage detected