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

Method ColorConfig

App/ColorConfig.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

loadDefaultsMethod · 0.95
deserializeMethod · 0.95

Tested by

no test coverage detected