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

Method doesntExpectReply

src/Message.cpp:836–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835
836bool MethodCall::doesntExpectReply() const
837{
838 auto r = sd_bus_message_get_expect_reply(static_cast<sd_bus_message*>(msg_));
839 SDBUS_THROW_ERROR_IF(r < 0, "Failed to get the dont-expect-reply flag", -r);
840 return r == 0;
841}
842
843MethodReply MethodCall::send(uint64_t timeout) const
844{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected