| 114 | } |
| 115 | |
| 116 | BerkeleyEnvironment::BerkeleyEnvironment(const fs::path& dir_path) : strPath(fs::PathToString(dir_path)) |
| 117 | { |
| 118 | Reset(); |
| 119 | } |
| 120 | |
| 121 | BerkeleyEnvironment::~BerkeleyEnvironment() |
| 122 | { |
nothing calls this directly
no test coverage detected