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

Method isNull

src/ArduinoJson/Array/JsonArrayConst.hpp:73–75  ·  view source on GitHub ↗

Returns true if the reference is unbound. https://arduinojson.org/v7/api/jsonarrayconst/isnull/

Source from the content-addressed store, hash-verified

71 // Returns true if the reference is unbound.
72 // https://arduinojson.org/v7/api/jsonarrayconst/isnull/
73 bool isNull() const {
74 return data_ == 0;
75 }
76
77 // Returns true if the reference is bound.
78 // https://arduinojson.org/v7/api/jsonarrayconst/isnull/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected