Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ load
Method
load
src/data/model/PresetRuleTableModel.cpp:97–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void PresetRuleTableModel::load()
98
{
99
beginResetModel();
100
rules = PresetManager::instance().rules();
101
endResetModel();
102
}
103
104
void PresetRuleTableModel::commit() const
105
{
Callers
nothing calls this directly
Calls
1
rules
Method · 0.80
Tested by
no test coverage detected