MCPcopy Create free account
hub / github.com/Tencent/phxsql / IsTimeOut

Method IsTimeOut

phxbinlogsvr/core/handler/master_manager.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool MasterManager::IsTimeOut(const MasterInfo &info) {
100 return storage_->IsTimeOut(info);
101}
102
103bool MasterManager::CheckMasterBySvrID(const uint32_t svrid, const bool check_timeout) {
104 return storage_->CheckMasterBySvrID(svrid, check_timeout);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected