MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / IsPruneMode

Method IsPruneMode

src/node/blockstorage.h:407–407  ·  view source on GitHub ↗

Whether running in -prune mode. */

Source from the content-addressed store, hash-verified

405
406 /** Whether running in -prune mode. */
407 [[nodiscard]] bool IsPruneMode() const { return m_prune_mode; }
408
409 /** Attempt to stay below this number of bytes of block files. */
410 [[nodiscard]] uint64_t GetPruneTarget() const { return m_opts.prune_target; }

Callers 12

ProcessMessageMethod · 0.80
InitAndLoadChainstateFunction · 0.80
AppInitMainFunction · 0.80
FlushStateToDiskMethod · 0.80
VerifyDBMethod · 0.80
LoadExternalBlockFileMethod · 0.80
SetBestBlockIndexMethod · 0.80
getblockfrompeerFunction · 0.80
pruneblockchainFunction · 0.80
getblockchaininfoFunction · 0.80
dumptxoutsetFunction · 0.80

Calls

no outgoing calls

Tested by 1