MCPcopy 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
916json_t* Engine::moduleToJson(Module* module) {
917 SharedLock<SharedMutex> lock(internal->mutex);
918 return module->toJson();
919}
920
921
922void Engine::moduleFromJson(Module* module, json_t* rootJ) {

Callers 2

setModuleMethod · 0.80
toJsonMethod · 0.80

Calls 1

toJsonMethod · 0.45

Tested by

no test coverage detected