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

Function wtClearDiskData

src/gui2/datastore.cc:336–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336static void wtClearDiskData()
337{
338 hex::TaskManager::doLater(
339 []
340 {
341 ::wtImage = nullptr;
342 ::disk = std::make_shared<Disk>();
343 });
344}
345
346void wtRebuildConfiguration(bool withCustom = false)
347{

Callers 3

beginReadMethod · 0.85
resetMethod · 0.85
createBlankImageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected