| 45 | } |
| 46 | |
| 47 | void Consumer::CompressBuffer(const string &buffer, string &compressed_buffer, |
| 48 | const int buffer_type) { |
| 49 | compressed_buffer = buffer; |
| 50 | } |
| 51 | |
| 52 | phxqueue::comm::RetCode |
| 53 | Consumer::Get(const phxqueue::comm::proto::GetRequest &req, |
nothing calls this directly
no outgoing calls
no test coverage detected