Attempt to stay below this number of bytes of block files. */
| 408 | |
| 409 | /** Attempt to stay below this number of bytes of block files. */ |
| 410 | [[nodiscard]] uint64_t GetPruneTarget() const { return m_opts.prune_target; } |
| 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; } |
no outgoing calls
no test coverage detected