MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / getOrCreateData

Function getOrCreateData

src/ArduinoJson/Variant/VariantAttorney.hpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 template <typename TClient>
30 static VariantData* getOrCreateData(TClient& client) {
31 return client.getOrCreateData();
32 }
33};
34
35ARDUINOJSON_END_PRIVATE_NAMESPACE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected