MCPcopy Create free account
hub / github.com/Tencent/phxsql / EventUUIDHandler

Method EventUUIDHandler

phxbinlogsvr/core/storage/event_uuid_handler.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34EventUUIDHandler::EventUUIDHandler(EventFileManager *filemanager, EventIndex *event_index, const Option *option) {
35 event_file_manager_ = filemanager;
36 event_index_ = event_index;
37 option_ = option;
38}
39
40EventUUIDHandler::EventUUIDHandler(const Option *option) {
41 event_file_manager_ = NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected