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

Method type

src/ArduinoJson/Variant/VariantData.hpp:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 }
594
595 VariantType type() const {
596 return type_;
597 }
598
599 // Release the resources used by this variant and set it to null.
600 void clear(ResourceManager* resources);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected