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

Method GetSyncCtrl

phxqueue/store/store.cpp:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296SyncCtrl *Store::GetSyncCtrl() {
297 return impl_->sync.get();
298}
299
300CheckPointStatMgr *Store::GetCheckPointStatMgr() {
301 return impl_->cpmgr.get();

Callers 7

GetMethod · 0.80
ExecuteMethod · 0.80
ClearSyncCtrlMethod · 0.80
MakeCheckPointMethod · 0.80
SyncCursorIDMethod · 0.80
ReplayMethod · 0.80
ReportBacklogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected