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

Function getOrCreateData

src/ArduinoJson/Array/JsonArray.hpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 detail::VariantData* getOrCreateData() const {
212 return collectionToVariant(data_);
213 }
214
215 detail::ArrayData* data_;
216 detail::ResourceManager* resources_;

Callers

nothing calls this directly

Calls 1

collectionToVariantFunction · 0.85

Tested by

no test coverage detected