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

Method getComponentConfig

App/AppConfig.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98Suscan::Object
99AppConfig::getComponentConfig(const char *obj)
100{
101 return this->cachedComponentConfig.getField(obj);
102}
103
104void
105AppConfig::setComponentConfig(const char *field, Suscan::Object const &obj)

Callers 1

configureUIComponentMethod · 0.80

Calls 1

getFieldMethod · 0.80

Tested by

no test coverage detected