| 65 | } |
| 66 | |
| 67 | StorageFileManager::~StorageFileManager() { |
| 68 | delete write_storage_; |
| 69 | delete read_storage_; |
| 70 | } |
| 71 | |
| 72 | const string &StorageFileManager::GetDataDir() const { |
| 73 | return data_dir_; |
nothing calls this directly
no outgoing calls
no test coverage detected