MCPcopy 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
288Node *Store::GetNode() {
289 return impl_->node.get();
290}
291
292BaseMgr *Store::GetBaseMgr() {
293 return impl_->basemgr.get();

Callers 10

GetMethod · 0.45
GetItemsByCursorIDMethod · 0.45
ExecuteMethod · 0.45
InitMasterRateMethod · 0.45
KeepMasterMethod · 0.45
UpdatePaxosArgsMethod · 0.45
MakeCheckPointMethod · 0.45
SyncCursorIDMethod · 0.45
ReplayMethod · 0.45
ReportBacklogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected