Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ discardChanges
Method
discardChanges
lib/vfs/fluxsectorinterface.cc:109–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void discardChanges() override
110
{
111
_loadedTracks.clear();
112
_loadedSectors.clear();
113
_changedTracks.clear();
114
_changedSectors.clear();
115
}
116
117
private:
118
bool imageContainsAllSectorsOf(const Image& image,
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected