Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
BaseMgr *Store::GetBaseMgr() {
293
return impl_->basemgr.get();
294
}
295
296
SyncCtrl *Store::GetSyncCtrl() {
297
return impl_->sync.get();
Callers
4
Execute
Method · 0.80
GetBackLogByCursorID
Method · 0.80
SyncCursorID
Method · 0.80
MakeCheckPoint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected