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

Method exists

src/data/PresetManager.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17bool PresetManager::exists(const QString &name) const
18{
19 return QFile::exists(AppConfig::instance().getPath("presets/") + name + ".conf");
20}
21
22bool PresetManager::loadFromPath(const QString &filename)
23{

Callers 3

loadRulesMethod · 0.45
extractGroupMethod · 0.45
rescanMethod · 0.45

Calls 1

getPathMethod · 0.45

Tested by

no test coverage detected