Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
SyncCtrl *Store::GetSyncCtrl() {
297
return impl_->sync.get();
298
}
299
300
CheckPointStatMgr *Store::GetCheckPointStatMgr() {
301
return impl_->cpmgr.get();
Callers
7
Get
Method · 0.80
Execute
Method · 0.80
ClearSyncCtrl
Method · 0.80
MakeCheckPoint
Method · 0.80
SyncCursorID
Method · 0.80
Replay
Method · 0.80
ReportBacklog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected