Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ operator<
Method
operator<
phxqueue/store/storemeta.cpp:80–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
bool StoreMeta::operator<(const StoreMeta &other) const {
81
return impl_->cursor_id < other.GetCursorID();
82
};
83
84
void StoreMeta::SetIndex(const int idx) {
85
impl_->idx = idx;
Callers
nothing calls this directly
Calls
1
GetCursorID
Method · 0.45
Tested by
no test coverage detected