Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tablecruncher/tablecruncher
/ getWinMenuBar
Method
getWinMenuBar
src/csvwindow.cpp:303–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
302
303
CsvMenu *CsvWindow::getWinMenuBar() {
304
return winMenuBar;
305
}
306
307
void CsvWindow::setName(std::string name) {
308
this->name = name;
Callers
1
updateMenu
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected