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

Method kind

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

Source from the content-addressed store, hash-verified

68 ~DataEncoder() override {}
69
70 Kind kind() const override
71 {
72 return Encoder::DATA;
73 }
74
75 virtual const char* next(size_t* length)
76 {

Callers 5

sendFunction · 0.45
connectSocketFunction · 0.45
link_connectMethod · 0.45
_sendFunction · 0.45
send_connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected