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

Method openRecentFile

src/csvapplication.cpp:549–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547
548
549void CsvApplication::openRecentFile(size_t index) {
550 std::string filepath = recentFiles.get(index);
551 if( filepath != "" ) {
552 app.openFile(filepath, false);
553 }
554}
555
556
557bool CsvApplication::splitCsvFiles() {

Callers 1

MyMenuCallbackMethod · 0.80

Calls 2

openFileMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected