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

Function wtOperationStop

src/gui2/datastore.cc:177–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static void wtOperationStop()
178{
179 OperationState state =
180 failed ? OperationState::Failed : OperationState::Succeeded;
181 busy = false;
182 hex::TaskManager::doLaterOnce(
183 [=]()
184 {
185 Events::OperationStop::post(state);
186 Events::DiskActivityNotification::post(
187 DiskActivityType::None, 0, 0);
188 });
189}
190
191template <typename T>
192static T readSetting(const std::string& leaf, const T defaultValue)

Callers 7

beginReadMethod · 0.85
beginWriteMethod · 0.85
resetMethod · 0.85
writeImageMethod · 0.85
readImageMethod · 0.85
writeFluxFileMethod · 0.85
createBlankImageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected