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

Function getData

src/ArduinoJson/Variant/VariantRefBase.hpp:270–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 VariantData* getData() const {
271 return VariantAttorney::getData(derived());
272 }
273
274 VariantData* getOrCreateData() const {
275 return VariantAttorney::getOrCreateData(derived());

Callers 6

isNullFunction · 0.70
isUnboundFunction · 0.70
sizeFunction · 0.70
nestingFunction · 0.70
removeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected