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

Method getPath

src/csvwindow.cpp:498–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498std::string CsvWindow::getPath() {
499 return this->path;
500}
501
502void CsvWindow::dumpSelection() {
503 int s_left, s_top, s_right, s_bottom;

Callers 4

openFileMethod · 0.80
splitCsvFilesMethod · 0.80
saveFileMethod · 0.80
isAlreadyOpenedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected