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

Method discardChanges

lib/vfs/vfs.cc:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void Filesystem::discardChanges()
155{
156 _sectors->discardChanges();
157}
158
159Filesystem::Filesystem(const std::shared_ptr<const DiskLayout>& diskLayout,
160 std::shared_ptr<SectorInterface> sectors):

Callers 2

OnBrowserFormatButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected