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

Method GetQueuesDistribute

phxqueue/consumer/consumer.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162comm::RetCode Consumer::GetQueuesDistribute(vector<Queue_t> &queues) {
163 queues.clear();
164 return impl_->lock.GetQueuesDistribute(queues);
165}
166
167comm::RetCode Consumer::Get(const comm::proto::GetRequest &req, comm::proto::GetResponse &resp) {
168 return comm::RetCode::RET_OK;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected