| 359 | } |
| 360 | |
| 361 | void ArgsManager::ClearPathCache() |
| 362 | { |
| 363 | LOCK(cs_args); |
| 364 | |
| 365 | m_cached_datadir_path = fs::path(); |
| 366 | m_cached_network_datadir_path = fs::path(); |
| 367 | m_cached_blocks_path = fs::path(); |
| 368 | } |
| 369 | |
| 370 | std::optional<const ArgsManager::Command> ArgsManager::GetCommand() const |
| 371 | { |