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

Method GetPubID

phxqueue/producer/selector.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250int StoreSelectorDefault::GetPubID() {
251 return impl_->pub_id;
252}
253
254uint64_t StoreSelectorDefault::GetUin() {
255 return impl_->uin;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected