MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / moduleFromJson

Method moduleFromJson

src/override/Engine.cpp:916–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914
915
916void Engine::moduleFromJson(Module* module, json_t* rootJ) {
917 std::lock_guard<SharedMutex> lock(internal->mutex);
918 module->fromJson(rootJ);
919}
920
921
922void Engine::prepareSaveModule(Module* module) {

Callers 1

fromJsonMethod · 0.80

Calls 1

fromJsonMethod · 0.45

Tested by

no test coverage detected