Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setShowTips
Method
setShowTips
src/AppConfig.cpp:386–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
}
385
386
void AppConfig::setShowTips(bool show) {
387
showTips.store(show);
388
}
389
390
bool AppConfig::getShowTips() {
391
return showTips.load();
Callers
1
actionOnMenuTips
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected