MCPcopy 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
1084bool CubicSDR::getUseLocalMod() {
1085 return useLocalMod.load();
1086}
1087
1088std::string CubicSDR::getModulePath() {
1089 return modulePath;

Callers 1

enumerate_devicesMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected