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

Function post

src/process.cpp:4077–4087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

transportFunction · 0.85
UPIDClass · 0.85
initializeFunction · 0.70

Tested by

no test coverage detected