MCPcopy Create free account
hub / github.com/VCVRack/Rack / dataFromJson

Method dataFromJson

src/core/Blank.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void dataFromJson(json_t* rootJ) override {
27 json_t* widthJ = json_object_get(rootJ, "width");
28 if (widthJ)
29 width = json_integer_value(widthJ);
30 }
31};
32
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected