| 252 | } |
| 253 | |
| 254 | uint64_t StoreSelectorDefault::GetUin() { |
| 255 | return impl_->uin; |
| 256 | } |
| 257 | |
| 258 | bool StoreSelectorDefault::IsRetrySwitchStore() { |
| 259 | return impl_->retry_switch_store; |
nothing calls this directly
no outgoing calls
no test coverage detected