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

Method dataFromJson

src/core/Notes.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void dataFromJson(json_t* rootJ) override {
33 json_t* textJ = json_object_get(rootJ, "text");
34 if (textJ)
35 text = json_string_value(textJ);
36 dirty = true;
37 }
38};
39
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected