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

Method getVariant

src/ArduinoJson/Variant/VariantRefBaseImpl.hpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97template <typename TDerived>
98inline JsonVariant VariantRefBase<TDerived>::getVariant() const {
99 return JsonVariant(getData(), getResourceManager());
100}
101
102template <typename TDerived>
103inline JsonVariant VariantRefBase<TDerived>::getOrCreateVariant() const {

Callers

nothing calls this directly

Calls 3

JsonVariantClass · 0.70
getDataFunction · 0.70
getResourceManagerFunction · 0.70

Tested by

no test coverage detected