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

Method send

src/Message.cpp:843–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843MethodReply MethodCall::send(uint64_t timeout) const
844{
845 if (!doesntExpectReply())
846 return sendWithReply(timeout);
847
848 return sendWithNoReply();
849}
850
851MethodReply MethodCall::sendWithReply(uint64_t timeout) const
852{

Callers 5

callMethodMethod · 0.80
callMethodAsyncMethod · 0.80
emitSignalMethod · 0.80
returnResultsMethod · 0.80
returnErrorMethod · 0.80

Calls 2

sendMessageMethod · 0.80
callMethodAsyncMethod · 0.45

Tested by

no test coverage detected