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

Function isNull

src/ArduinoJson/Object/JsonObjectConst.hpp:35–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33 // Returns true if the reference is unbound.
34 // https://arduinojson.org/v7/api/jsonobjectconst/isnull/
35 bool isNull() const {
36 return data_ == 0;
37 }
38
39 // Returns true if the reference is bound.
40 // https://arduinojson.org/v7/api/jsonobjectconst/isnull/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected