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

Method ~StorageFileManager

phxbinlogsvr/core/storage/storage_file_manager.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67StorageFileManager::~StorageFileManager() {
68 delete write_storage_;
69 delete read_storage_;
70}
71
72const string &StorageFileManager::GetDataDir() const {
73 return data_dir_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected