Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ passiveSpotsModeEnabled
Function
passiveSpotsModeEnabled
src/core/SpotCommandPolicy.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
bool passiveSpotsModeEnabled()
13
{
14
return passiveModeFromSetting(
15
AppSettings::instance().value(kPassiveSpotsModeKey,
"False"
));
16
}
17
18
bool shouldSendSpotAddCommands()
19
{
Callers
1
shouldSendSpotAddCommands
Function · 0.85
Calls
2
passiveModeFromSetting
Function · 0.85
value
Method · 0.45
Tested by
no test coverage detected