MCPcopy Create free account
hub / github.com/apache/mesos / post

Function post

3rdparty/libprocess/src/process.cpp:4081–4091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4079
4080
4081void post(const UPID& to, const string& name, const char* data, size_t length)
4082{
4083 process::initialize();
4084
4085 if (!to) {
4086 return;
4087 }
4088
4089 // Transport outgoing message.
4090 transport(UPID(), to, name, data, length);
4091}
4092
4093
4094void post(const UPID& from,

Callers

nothing calls this directly

Calls 3

transportFunction · 0.85
initializeFunction · 0.70
UPIDClass · 0.50

Tested by

no test coverage detected