MCPcopy 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
549void ModuleWidget::fromJson(json_t* moduleJ) {
550 APP->engine->moduleFromJson(module, moduleJ);
551}
552
553bool ModuleWidget::pasteJsonAction(json_t* moduleJ) {
554 engine::Module::jsonStripIds(moduleJ);

Callers 1

cloneActionMethod · 0.45

Calls 1

moduleFromJsonMethod · 0.80

Tested by

no test coverage detected