Read a named boolean flag.
Declared in <node/blockstorage.h>
bool
ReadFlag(
std::string const& name,
bool& fValue);
True if the flag was present, false otherwise.
| Name | Description |
|---|---|
| name | The flag name. |
| fValue | Output set to the stored flag value. |