| 17 | class BinaryCodec { |
| 18 | public: |
| 19 | explicit BinaryCodec(MemcacheClient* memc_client) : memc_client_(memc_client) {} |
| 20 | |
| 21 | void OnCodecMessage(const evpp::TCPConnPtr& conn, |
| 22 | evpp::Buffer* buf); |
nothing calls this directly
no outgoing calls
no test coverage detected