Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void
34
TLESourceConfig::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
TLESourceConfig
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected