MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / passiveModeFromSetting

Function passiveModeFromSetting

src/core/SpotCommandPolicy.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace AetherSDR::SpotCommandPolicy {
6
7bool passiveModeFromSetting(const QVariant& value)
8{
9 return value.toString() == "True";
10}
11
12bool passiveSpotsModeEnabled()
13{

Callers 3

passiveSpotsModeEnabledFunction · 0.85
buildDisplayTabMethod · 0.85
testSettingParsingFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by 1

testSettingParsingFunction · 0.68