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

Method asCollection

src/ArduinoJson/Variant/VariantData.hpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 CollectionData* asCollection() {
186 return isCollection() ? &content_.asCollection : 0;
187 }
188
189 const CollectionData* asCollection() const {
190 return const_cast<VariantData*>(this)->asCollection();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected