MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~EventFileManager

Method ~EventFileManager

phxbinlogsvr/core/storage/event_file_manager.cpp:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31EventFileManager::~EventFileManager() {
32}
33
34int EventFileManager::ReadData(EventData *data, EventDataInfo *datainfo) {
35 int ret = StorageFileManager::ReadData(data, datainfo);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected