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

Method MessageEncoder

3rdparty/libprocess/src/encoder.hpp:104–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102{
103public:
104 MessageEncoder(const Message& message)
105 : DataEncoder(encode(message)) {}
106
107 static std::string encode(const Message& message)
108 {

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected