Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ moduleToJson
Method
moduleToJson
src/engine/Engine.cpp:916–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
914
915
916
json_t* Engine::moduleToJson(Module* module) {
917
SharedLock<SharedMutex> lock(internal->mutex);
918
return module->toJson();
919
}
920
921
922
void Engine::moduleFromJson(Module* module, json_t* rootJ) {
Callers
2
setModule
Method · 0.80
toJson
Method · 0.80
Calls
1
toJson
Method · 0.45
Tested by
no test coverage detected