Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BambooTracker/BambooTracker
/ setModuleTitle
Method
setModuleTitle
BambooTracker/bamboo_tracker.cpp:2132–2135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2130
}
2131
2132
void BambooTracker::setModuleTitle(const std::string& title)
2133
{
2134
mod_->setTitle(title);
2135
}
2136
2137
std::string BambooTracker::getModuleTitle() const
2138
{
Callers
1
MainWindow
Method · 0.80
Calls
1
setTitle
Method · 0.45
Tested by
no test coverage detected