Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ moduleFromJson
Method
moduleFromJson
src/engine/Engine.cpp:922–925 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
920
921
922
void Engine::moduleFromJson(Module* module, json_t* rootJ) {
923
std::lock_guard<SharedMutex> lock(internal->mutex);
924
module->fromJson(rootJ);
925
}
926
927
928
void Engine::prepareSaveModule(Module* module) {
Callers
3
undo
Method · 0.80
redo
Method · 0.80
fromJson
Method · 0.80
Calls
1
fromJson
Method · 0.45
Tested by
no test coverage detected