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

Method jsonStripIds

src/engine/Cable.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void Cable::jsonStripIds(json_t* rootJ) {
64 json_object_del(rootJ, "id");
65}
66
67
68} // namespace engine

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected