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

Method loadDefaults

App/TLESourceConfig.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void
34TLESourceConfig::loadDefaults(void)
35{
36 this->autoDownloadOnStartup = false;
37}
38
39#define STRINGFY(x) #x
40#define STORE(field) obj.set(STRINGFY(field), this->field)

Callers 1

TLESourceConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected