MCPcopy Create free account
hub / github.com/3rdparty/libprocess / reply

Method reply

include/process/protobuf.hpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 using process::Process<T>::send;
127
128 void reply(const google::protobuf::Message& message)
129 {
130 CHECK(from) << "Attempting to reply without a sender";
131 send(from, message);
132 }
133
134 // Installs that take the sender as the first argument.
135 template <typename M>

Callers

nothing calls this directly

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected