Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ flushChanges
Method
flushChanges
lib/vfs/imagesectorinterface.cc:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void flushChanges() override
48
{
49
_writer->writeImage(*_image);
50
_changed = false;
51
}
52
53
void discardChanges() override
54
{
Callers
nothing calls this directly
Calls
1
writeImage
Method · 0.45
Tested by
no test coverage detected