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

Method getMember

src/ArduinoJson/Variant/VariantData.hpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328
329 template <typename TAdaptedString>
330 VariantData* getMember(TAdaptedString key,
331 const ResourceManager* resources) const {
332 return ObjectData::getMember(asObject(), key, resources);
333 }
334
335 template <typename TAdaptedString>
336 static VariantData* getMember(const VariantData* var, TAdaptedString key,

Callers

nothing calls this directly

Calls 1

getMemberFunction · 0.85

Tested by

no test coverage detected