MCPcopy 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
80bool StoreMeta::operator<(const StoreMeta &other) const {
81 return impl_->cursor_id < other.GetCursorID();
82};
83
84void StoreMeta::SetIndex(const int idx) {
85 impl_->idx = idx;

Callers

nothing calls this directly

Calls 1

GetCursorIDMethod · 0.45

Tested by

no test coverage detected