MCPcopy Create free account
hub / github.com/VCVRack/Rack / setFavorite

Method setFavorite

src/plugin/Model.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220void Model::setFavorite(bool favorite) {
221 settings::ModuleInfo& mi = settings::moduleInfos[plugin->slug][slug];
222 mi.favorite = favorite;
223}
224
225
226} // namespace plugin

Callers 1

onButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected