MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / TLESourceConfig

Method TLESourceConfig

App/TLESourceConfig.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace SigDigger;
22
23TLESourceConfig::TLESourceConfig()
24{
25 this->loadDefaults();
26}
27
28TLESourceConfig::TLESourceConfig(Suscan::Object const &conf) : TLESourceConfig()
29{

Callers

nothing calls this directly

Calls 2

loadDefaultsMethod · 0.95
deserializeMethod · 0.95

Tested by

no test coverage detected