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

Method exists

src/config/AppConfig.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool AppConfig::exists(const Key &key)
82{
83 bool exists;
84 auto skey = QVariant::fromValue(key).toString();
85 auto variant = _appconf->getVariant(skey, true, &exists);
86 return exists;
87}
88
89bool AppConfig::isAppBlocked(const QString &name) const
90{

Callers 15

CheckFileFunction · 0.45
CheckFileFunction · 0.45
runMethod · 0.45
onCreateMethod · 0.45
loadPresetMethod · 0.45
writeToFileMethod · 0.45
runMethod · 0.45

Calls 1

getVariantMethod · 0.80

Tested by

no test coverage detected