Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ setWorkDir
Method
setWorkDir
src/csvapplication.cpp:2409–2412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2407
}
2408
2409
void CsvApplication::setWorkDir(std::string workDir) {
2410
this->workDir = workDir;
2411
preferences.set(TCRUNCHER_PREF_WORKDIR, workDir.c_str());
2412
}
2413
2414
std::string CsvApplication::getWorkDir() {
2415
return workDir;
Callers
3
main
Function · 0.80
openFile
Method · 0.80
saveFile
Method · 0.80
Calls
1
set
Method · 0.80
Tested by
no test coverage detected