MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / checkDataConsistencyCB

Method checkDataConsistencyCB

src/csvapplication.cpp:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 app.saveFile(true, SaveType::CSV, true);
395}
396void CsvApplication::checkDataConsistencyCB(Fl_Widget *, void *) {
397 app.checkDataConsistency();
398}
399void CsvApplication::showInfoWindowCB(Fl_Widget *, void *) {
400 windows[app.getTopWindow()].showInfoWindow();
401}

Callers 1

MyMenuCallbackMethod · 0.80

Calls 1

checkDataConsistencyMethod · 0.80

Tested by

no test coverage detected