MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / needsFlushing

Method needsFlushing

lib/vfs/vfs.cc:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool Filesystem::needsFlushing()
145{
146 return _sectors->needsFlushing();
147}
148
149void Filesystem::flushChanges()
150{

Callers 1

UpdateFilesystemDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected