| 28 | |
| 29 | template <typename TClient> |
| 30 | static VariantData* getOrCreateData(TClient& client) { |
| 31 | return client.getOrCreateData(); |
| 32 | } |
| 33 | }; |
| 34 | |
| 35 | ARDUINOJSON_END_PRIVATE_NAMESPACE |
nothing calls this directly
no outgoing calls
no test coverage detected