Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
uint64_t StoreMeta::GetCursorID() const {
77
return impl_->cursor_id;
78
}
79
80
bool StoreMeta::operator<(const StoreMeta &other) const {
81
return impl_->cursor_id < other.GetCursorID();
Callers
10
StoreMeta
Method · 0.45
storemeta.cpp
File · 0.45
operator<
Method · 0.45
Next
Method · 0.45
PushBack
Method · 0.45
EraseFrontTill
Method · 0.45
EraseFrontUntill
Method · 0.45
LowerBound
Method · 0.45
UpdateDeuqueStat
Method · 0.45
ClearDequeueStat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected