Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ needsFlushing
Method
needsFlushing
lib/vfs/fluxsectorinterface.cc:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
bool needsFlushing() override
56
{
57
return !_changedTracks.empty();
58
}
59
60
void flushChanges() override
61
{
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected