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

Function add

src/ArduinoJson/Variant/VariantRefBase.hpp:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 // https://arduinojson.org/v7/api/jsonvariant/add/
108 template <typename T, enable_if_t<!is_same<T, JsonVariant>::value, int> = 0>
109 T add() const {
110 return add<JsonVariant>().template to<T>();
111 }
112
113 // Appends a new (null) element to the array.
114 // Returns a reference to the new element.

Callers

nothing calls this directly

Calls 3

addValueFunction · 0.85
getOrCreateDataFunction · 0.70
getResourceManagerFunction · 0.70

Tested by

no test coverage detected