[#node-BlockManager-IsBlockPruned] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::IsBlockPruned :relfileprefix: ../../ :mrdocs: Check whether the block associated with this index entry is pruned or not. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f95130c9908), requires_capability(0x7f950163cbf8), requires_capability(0x7f95241d9be8), requires_capability(0x7f951f330ee8), requires_capability(0x7f950b9c2ea8), requires_capability(0x7f95175c55f8)]] bool IsBlockPruned(xref:CBlockIndex.adoc[CBlockIndex] const& block) const; ---- == Return Value True if the block's data has been pruned from disk. == Parameters [cols="1,4"] |=== | Name| Description | *block* | The block index entry to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#