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

Function encode

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

Source from the content-addressed store, hash-verified

624
625
626static Message encode(
627 const UPID& from,
628 const UPID& to,
629 string&& name,
630 string&& data)
631{
632 Message message{std::move(name), from, to, std::move(data)};
633 return message;
634}
635
636
637static void transport(Message&& message, ProcessBase* sender = nullptr)

Callers 1

transportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected