| 64 | } |
| 65 | |
| 66 | void SimpleConsumer::CompressBuffer(const std::string &buffer, std::string &compress_buffer, |
| 67 | const int buffer_type) { |
| 68 | compress_buffer = buffer; |
| 69 | } |
| 70 | |
| 71 | |
| 72 | comm::RetCode SimpleConsumer::GetAddrScale(const comm::proto::GetAddrScaleRequest &req, |
nothing calls this directly
no outgoing calls
no test coverage detected