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

Function isUnbound

src/ArduinoJson/Variant/VariantRefBase.hpp:42–44  ·  view source on GitHub ↗

Returns true if the reference is unbound.

Source from the content-addressed store, hash-verified

40
41 // Returns true if the reference is unbound.
42 bool isUnbound() const {
43 return !getData();
44 }
45
46 // Casts the value to the specified type.
47 // https://arduinojson.org/v7/api/jsonvariant/as/

Callers

nothing calls this directly

Calls 1

getDataFunction · 0.70

Tested by

no test coverage detected