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

Method GetUin

phxqueue/producer/selector.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254uint64_t StoreSelectorDefault::GetUin() {
255 return impl_->uin;
256}
257
258bool StoreSelectorDefault::IsRetrySwitchStore() {
259 return impl_->retry_switch_store;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected