Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ setConfigMap
Method
setConfigMap
src/config/ConfigContainer.cpp:118–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void ConfigContainer::setConfigMap(const QVariantMap &newmap)
119
{
120
map.clear();
121
122
for (const auto &e : newmap.keys())
123
{
124
map[e] = newmap.value(e);
125
}
126
}
Callers
5
restoreGraphicEQView
Method · 0.80
DspConfig
Method · 0.80
load
Method · 0.80
loadDefault
Method · 0.80
load
Method · 0.80
Calls
2
clear
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected