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

Method jsonStripIds

src/engine/Module.cpp:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388void Module::jsonStripIds(json_t* rootJ) {
389 json_object_del(rootJ, "id");
390 json_object_del(rootJ, "leftModuleId");
391 json_object_del(rootJ, "rightModuleId");
392}
393
394
395void Module::setExpanderModule(Module* module, uint8_t side) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected