MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / load

Method load

src/config/AppConfig.cpp:132–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void AppConfig::load()
133{
134 auto map = ConfigIO::readFile(getPath("application.conf"));
135 _appconf->setConfigMap(map);
136
137 for(const auto& key : map.keys())
138 {
139 auto ekey = static_cast<Key>(QMetaEnum::fromType<Key>().keyToValue(key.toLocal8Bit().constData()));
140 emit updated(ekey, map[key]);
141 }
142}
143
144QString AppConfig::getGraphicEqStatePath()
145{

Callers 15

~work_steal_queueMethod · 0.45
pushMethod · 0.45
popMethod · 0.45
stealMethod · 0.45
~singletonMethod · 0.45
singletonClass · 0.45
thread_task_loopFunction · 0.45
~threadpool_schedulerMethod · 0.45
scheduleMethod · 0.45
readyFunction · 0.45
add_continuationFunction · 0.45
waitFunction · 0.45

Calls 1

setConfigMapMethod · 0.80

Tested by

no test coverage detected