[#kernel-BlockTreeDB-ReadFlag] = xref:kernel.adoc[kernel]::xref:kernel/BlockTreeDB.adoc[BlockTreeDB]::ReadFlag :relfileprefix: ../../ :mrdocs: Read a named boolean flag. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool ReadFlag( std::string const& name, bool& fValue); ---- == Return Value True if the flag was present, false otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *name* | The flag name. | *fValue* | Output set to the stored flag value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#