Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ fromJson
Method
fromJson
src/override/ModuleWidget.cpp:549–551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
547
}
548
549
void ModuleWidget::fromJson(json_t* moduleJ) {
550
APP->engine->moduleFromJson(module, moduleJ);
551
}
552
553
bool ModuleWidget::pasteJsonAction(json_t* moduleJ) {
554
engine::Module::jsonStripIds(moduleJ);
Callers
1
cloneAction
Method · 0.45
Calls
1
moduleFromJson
Method · 0.80
Tested by
no test coverage detected