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

Method hasDefault

src/data/EelParser.h:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 bool hasDefault() const override
175 {
176 return dflt.has_value();
177 }
178
179private:
180 std::optional<TNum> dflt = std::nullopt;

Callers 2

hasDefaultsDefinedMethod · 0.80
canLoadDefaultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected