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

Method moduleToJson

src/override/Engine.cpp:910–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908
909
910json_t* Engine::moduleToJson(Module* module) {
911 SharedLock<SharedMutex> lock(internal->mutex);
912 return module->toJson();
913}
914
915
916void Engine::moduleFromJson(Module* module, json_t* rootJ) {

Callers 1

toJsonMethod · 0.80

Calls 1

toJsonMethod · 0.45

Tested by

no test coverage detected