MCPcopy Create free account
hub / github.com/Qihoo360/evpp / BinaryCodec

Method BinaryCodec

apps/evmc/binary_codec.h:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class BinaryCodec {
18public:
19 explicit BinaryCodec(MemcacheClient* memc_client) : memc_client_(memc_client) {}
20
21 void OnCodecMessage(const evpp::TCPConnPtr& conn,
22 evpp::Buffer* buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected