| 292 | } |
| 293 | |
| 294 | fs::path ArgsManager::GetPathArg(std::string arg, const fs::path& default_value) const |
| 295 | { |
| 296 | LOCK(cs_args); |
| 297 | return GetPathArg_(std::move(arg), default_value); |
| 298 | } |
| 299 | |
| 300 | fs::path ArgsManager::GetBlocksDirPath() const |
| 301 | { |
no outgoing calls