Override to load internal data from the "data" property of the module's JSON object. Not called if "data" property is not present. */
| 363 | Not called if "data" property is not present. |
| 364 | */ |
| 365 | virtual void dataFromJson(json_t* rootJ) {} |
| 366 | |
| 367 | /////////////////////// |
| 368 | // Events |
nothing calls this directly
no outgoing calls
no test coverage detected