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

Method getOrCreateVariant

src/ArduinoJson/Variant/VariantRefBaseImpl.hpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102template <typename TDerived>
103inline JsonVariant VariantRefBase<TDerived>::getOrCreateVariant() const {
104 return JsonVariant(getOrCreateData(), getResourceManager());
105}
106
107template <typename TDerived>
108template <typename T>

Callers

nothing calls this directly

Calls 3

JsonVariantClass · 0.70
getOrCreateDataFunction · 0.70
getResourceManagerFunction · 0.70

Tested by

no test coverage detected