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

Method setPath

src/csvwindow.cpp:494–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493
494void CsvWindow::setPath(std::string path) {
495 this->path = path;
496}
497
498std::string CsvWindow::getPath() {
499 return this->path;

Callers 2

saveFileMethod · 0.80
closeWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected