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

Method GetCursorID

phxqueue/store/storemeta.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76uint64_t StoreMeta::GetCursorID() const {
77 return impl_->cursor_id;
78}
79
80bool StoreMeta::operator<(const StoreMeta &other) const {
81 return impl_->cursor_id < other.GetCursorID();

Callers 10

StoreMetaMethod · 0.45
storemeta.cppFile · 0.45
operator<Method · 0.45
NextMethod · 0.45
PushBackMethod · 0.45
EraseFrontTillMethod · 0.45
EraseFrontUntillMethod · 0.45
LowerBoundMethod · 0.45
UpdateDeuqueStatMethod · 0.45
ClearDequeueStatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected