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

Function isStatic

src/ArduinoJson/Strings/JsonString.hpp:46–48  ·  view source on GitHub ↗

Returns true if the string is stored by address. Returns false if the string is stored by copy.

Source from the content-addressed store, hash-verified

44 // Returns true if the string is stored by address.
45 // Returns false if the string is stored by copy.
46 bool isStatic() const {
47 return str_.isStatic();
48 }
49
50 // Returns length of the string.
51 size_t size() const {

Callers

nothing calls this directly

Calls 1

isStaticMethod · 0.80

Tested by

no test coverage detected