[#Chainstate-CanFlushToDisk] = xref:Chainstate.adoc[Chainstate]::CanFlushToDisk :relfileprefix: ../ :mrdocs: Whether the coins view can be safely flushed to disk. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1ba837f8), requires_capability(0x7f2e14563448), requires_capability(0x7f2e373bc5f8), requires_capability(0x7f2e36e33248)]] bool CanFlushToDisk() const; ---- == Return Value whether or not the CoinsViews object has been fully initialized and we can safely flush this object to disk. [.small]#Created with https://www.mrdocs.com[MrDocs]#