MCPcopy Create free account
hub / github.com/Tencent/phxqueue / Get

Method Get

phxqueue/consumer/consumer.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167comm::RetCode Consumer::Get(const comm::proto::GetRequest &req, comm::proto::GetResponse &resp) {
168 return comm::RetCode::RET_OK;
169}
170
171comm::RetCode Consumer::MakeHandleBuckets() {
172 comm::ConsumerConsumeBP::GetThreadInstance()->OnMakeHandleBucket(impl_->cc);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected