Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
bool Filesystem::needsFlushing()
145
{
146
return _sectors->needsFlushing();
147
}
148
149
void Filesystem::flushChanges()
150
{
Callers
1
UpdateFilesystemData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected