Persist a named boolean flag.
Synopsis
Declared in <node/blockstorage.h>
void
WriteFlag(
std::string const& name,
bool fValue);
Parameters
Name |
Description |
name |
The flag name. |
fValue |
The flag value to store. |
Created with MrDocs