MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getModemPropsCollapsed

Method getModemPropsCollapsed

src/AppConfig.cpp:382–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382bool AppConfig::getModemPropsCollapsed() {
383 return modemPropsCollapsed.load();
384}
385
386void AppConfig::setShowTips(bool show) {
387 showTips.store(show);

Callers 1

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected