[#node-BlockManager-LoadingBlocks] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::LoadingBlocks :relfileprefix: ../../ :mrdocs: Report whether blocks are still being imported or indexed. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool LoadingBlocks() const; ---- == Return Value True while importing blocks or before block‐file indexing completes. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#