MCPcopy Create free account
hub / github.com/Tencent/phxsql / operator <

Function operator <

phxbinlogsvr/core/storage/event_uuid_handler.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace phxbinlog {
29
30bool operator <(const EventDataInfo &info1, const EventDataInfo &info2) {
31 return info1.instance_id() < info2.instance_id();
32}
33
34EventUUIDHandler::EventUUIDHandler(EventFileManager *filemanager, EventIndex *event_index, const Option *option) {
35 event_file_manager_ = filemanager;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected