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

Function getData

src/ArduinoJson/Object/MemberProxy.hpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 VariantData* getData() const {
59 return VariantData::getMember(
60 VariantAttorney::getData(upstream_), key_,
61 VariantAttorney::getResourceManager(upstream_));
62 }
63
64 VariantData* getOrCreateData() const {
65 auto data = VariantAttorney::getOrCreateData(upstream_);

Callers

nothing calls this directly

Calls 2

getMemberFunction · 0.85
getResourceManagerFunction · 0.70

Tested by

no test coverage detected