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

Function addElement

src/ArduinoJson/Array/ArrayData.hpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 VariantData* addElement(ResourceManager* resources);
14
15 static VariantData* addElement(ArrayData* array, ResourceManager* resources) {
16 if (!array)
17 return nullptr;
18 return array->addElement(resources);
19 }
20
21 template <typename T>
22 bool addValue(const T& value, ResourceManager* resources);

Callers 4

addElementMethod · 0.85
addMethod · 0.85
addFunction · 0.85
getOrAddElementMethod · 0.85

Calls 1

addElementMethod · 0.45

Tested by

no test coverage detected