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

Method StorageFileManager

phxbinlogsvr/core/storage/storage_file_manager.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42StorageFileManager::StorageFileManager(const Option *option, const string &prefix, bool read_file_list) {
43 Init(option, option->GetBinLogSvrConfig()->GetEventDataBaseDir(), prefix, read_file_list);
44}
45
46StorageFileManager::StorageFileManager(const Option *option, const string &datadir, const string &prefix,
47 bool read_file_list) {

Callers

nothing calls this directly

Calls 2

GetEventDataBaseDirMethod · 0.80
GetBinLogSvrConfigMethod · 0.80

Tested by

no test coverage detected