Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ GetNode
Method
GetNode
phxqueue/store/store.cpp:288–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
}
287
288
Node *Store::GetNode() {
289
return impl_->node.get();
290
}
291
292
BaseMgr *Store::GetBaseMgr() {
293
return impl_->basemgr.get();
Callers
10
Get
Method · 0.45
GetItemsByCursorID
Method · 0.45
Execute
Method · 0.45
InitMasterRate
Method · 0.45
KeepMaster
Method · 0.45
UpdatePaxosArgs
Method · 0.45
MakeCheckPoint
Method · 0.45
SyncCursorID
Method · 0.45
Replay
Method · 0.45
ReportBacklog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected