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

Function isNull

src/ArduinoJson/Array/JsonArray.hpp:158–160  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

156 // Returns true if the reference is unbound.
157 // https://arduinojson.org/v7/api/jsonarray/isnull/
158 bool isNull() const {
159 return data_ == 0;
160 }
161
162 // Returns true if the reference is bound.
163 // https://arduinojson.org/v7/api/jsonarray/isnull/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected