Override to store extra internal data in the "data" property of the module's JSON object. */
| 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 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected