| 411 | static constexpr auto PRUNE_TARGET_MANUAL{std::numeric_limits<uint64_t>::max()}; |
| 412 | |
| 413 | [[nodiscard]] bool LoadingBlocks() const { return m_importing || !m_blockfiles_indexed; } |
| 414 | |
| 415 | /** Calculate the amount of disk space the block & undo files currently use */ |
| 416 | uint64_t CalculateCurrentUsage() EXCLUSIVE_LOCKS_REQUIRED(::cs_main); |
no outgoing calls
no test coverage detected