Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ setName
Method
setName
src/csvwindow.cpp:307–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
void CsvWindow::setName(std::string name) {
308
this->name = name;
309
this->displayName = name;
310
win->copy_label(this->displayName.c_str());
311
}
312
313
std::string CsvWindow::getName() {
314
return name;
Callers
1
saveFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected