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

Function getResourceManager

src/ArduinoJson/Variant/JsonVariantConst.hpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 const detail::ResourceManager* getResourceManager() const {
189 return resources_;
190 }
191
192 private:
193 const detail::VariantData* data_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected