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

Method dataToJson

include/engine/Module.hpp:359–361  ·  view source on GitHub ↗

Override to store extra internal data in the "data" property of the module's JSON object. */

Source from the content-addressed store, hash-verified

357
358 /** Override to store extra internal data in the "data" property of the module's JSON object. */
359 virtual json_t* dataToJson() {
360 return NULL;
361 }
362 /** Override to load internal data from the "data" property of the module's JSON object.
363 Not called if "data" property is not present.
364 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected