Returns true if the reference is unbound. https://arduinojson.org/v7/api/jsonobjectconst/isnull/
| 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/ |
nothing calls this directly
no outgoing calls
no test coverage detected