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

Method send

include/process/protobuf.hpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void send(const process::UPID& to,
119 const google::protobuf::Message& message)
120 {
121 std::string data;
122 message.SerializeToString(&data);
123 process::Process<T>::send(to, message.GetTypeName(), std::move(data));
124 }
125
126 using process::Process<T>::send;
127

Callers

nothing calls this directly

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected