Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getUseLocalMod
Method
getUseLocalMod
src/CubicSDR.cpp:1084–1086 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1082
}
1083
1084
bool CubicSDR::getUseLocalMod() {
1085
return useLocalMod.load();
1086
}
1087
1088
std::string CubicSDR::getModulePath() {
1089
return modulePath;
Callers
1
enumerate_devices
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected