Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
494
void CsvWindow::setPath(std::string path) {
495
this->path = path;
496
}
497
498
std::string CsvWindow::getPath() {
499
return this->path;
Callers
2
saveFile
Method · 0.80
closeWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected