Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
910
json_t* Engine::moduleToJson(Module* module) {
911
SharedLock<SharedMutex> lock(internal->mutex);
912
return module->toJson();
913
}
914
915
916
void Engine::moduleFromJson(Module* module, json_t* rootJ) {
Callers
1
toJson
Method · 0.80
Calls
1
toJson
Method · 0.45
Tested by
no test coverage detected