node::BlockManager::IsPruneMode

Whether running in -prune mode.

Synopsis

Declared in <node/blockstorage.h>

[[nodiscard]]
bool
IsPruneMode() const;

Return Value

True if the node is running in prune mode.

NOTE

The return value should not be discarded.