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