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

Method ReadDataFromFile

phxbinlogsvr/core/storage/event_file_manager.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44int EventFileManager::ReadDataFromFile(EventData *data) {
45 return StorageFileManager::ReadData(data, NULL, false);
46}
47
48int EventFileManager::WriteData(const EventData &eventdata, EventDataInfo *datainfo, bool write_file) {
49 int ret = OK;

Callers 1

DelCheckPointFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected