MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / hasDefaultsDefined

Method hasDefaultsDefined

src/data/EelParser.cpp:143–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool EELParser::hasDefaultsDefined()
144{
145 if (!isFileLoaded())
146 {
147 return false;
148 }
149
150 for(const auto& prop : std::as_const(properties))
151 {
152 if(prop->hasDefault())
153 {
154 return true;
155 }
156 }
157 return false;
158}
159
160bool EELParser::canLoadDefaults()
161{

Callers 1

loadPropertiesMethod · 0.80

Calls 1

hasDefaultMethod · 0.80

Tested by

no test coverage detected