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

Function isNull

src/ArduinoJson/Object/JsonObject.hpp:45–47  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

43 // Returns true if the reference is unbound.
44 // https://arduinojson.org/v7/api/jsonobject/isnull/
45 bool isNull() const {
46 return data_ == 0;
47 }
48
49 // Returns true if the reference is bound.
50 // https://arduinojson.org/v7/api/jsonobject/isnull/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected