Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
private:
180
std::optional<TNum> dflt = std::nullopt;
Callers
2
hasDefaultsDefined
Method · 0.80
canLoadDefaults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected