[#node-BlockManager-IsPruneMode] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::IsPruneMode :relfileprefix: ../../ :mrdocs: Whether running in ‐prune mode. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool IsPruneMode() const; ---- == Return Value True if the node is running in prune mode. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#