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

Method GetBaseMgr

phxqueue/store/store.cpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292BaseMgr *Store::GetBaseMgr() {
293 return impl_->basemgr.get();
294}
295
296SyncCtrl *Store::GetSyncCtrl() {
297 return impl_->sync.get();

Callers 4

ExecuteMethod · 0.80
GetBackLogByCursorIDMethod · 0.80
SyncCursorIDMethod · 0.80
MakeCheckPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected