Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
916
void Engine::moduleFromJson(Module* module, json_t* rootJ) {
917
std::lock_guard<SharedMutex> lock(internal->mutex);
918
module->fromJson(rootJ);
919
}
920
921
922
void Engine::prepareSaveModule(Module* module) {
Callers
1
fromJson
Method · 0.80
Calls
1
fromJson
Method · 0.45
Tested by
no test coverage detected