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

Function getResourceManager

src/ArduinoJson/Variant/VariantRefBase.hpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 ResourceManager* getResourceManager() const {
267 return VariantAttorney::getResourceManager(derived());
268 }
269
270 VariantData* getData() const {
271 return VariantAttorney::getData(derived());

Callers 15

clearFunction · 0.70
sizeFunction · 0.70
nestingFunction · 0.70
addFunction · 0.70
removeFunction · 0.70
toJsonMethod · 0.70
fromJsonMethod · 0.70
checkJsonMethod · 0.70
fromJsonMethod · 0.70
checkJsonMethod · 0.70
toJsonMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected