| 165 | } |
| 166 | |
| 167 | comm::RetCode Consumer::Get(const comm::proto::GetRequest &req, comm::proto::GetResponse &resp) { |
| 168 | return comm::RetCode::RET_OK; |
| 169 | } |
| 170 | |
| 171 | comm::RetCode Consumer::MakeHandleBuckets() { |
| 172 | comm::ConsumerConsumeBP::GetThreadInstance()->OnMakeHandleBucket(impl_->cc); |
nothing calls this directly
no outgoing calls
no test coverage detected