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

Function isNull

src/ArduinoJson/Strings/JsonString.hpp:40–42  ·  view source on GitHub ↗

Returns true if the string is null.

Source from the content-addressed store, hash-verified

38
39 // Returns true if the string is null.
40 bool isNull() const {
41 return str_.isNull();
42 }
43
44 // Returns true if the string is stored by address.
45 // Returns false if the string is stored by copy.

Callers

nothing calls this directly

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected