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

Function getElement

src/ArduinoJson/Array/ArrayData.hpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 VariantData* getElement(size_t index, const ResourceManager* resources) const;
35
36 static VariantData* getElement(const ArrayData* array, size_t index,
37 const ResourceManager* resources) {
38 if (!array)
39 return nullptr;
40 return array->getElement(index, resources);
41 }
42
43 void removeElement(size_t index, ResourceManager* resources);
44

Callers 4

getElementMethod · 0.85
operator[]Function · 0.85
getDataFunction · 0.85
operator[]Method · 0.85

Calls 1

getElementMethod · 0.45

Tested by

no test coverage detected