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

Function c_str

src/ArduinoJson/Strings/JsonString.hpp:35–37  ·  view source on GitHub ↗

Returns a pointer to the characters.

Source from the content-addressed store, hash-verified

33
34 // Returns a pointer to the characters.
35 const char* c_str() const {
36 return str_.data();
37 }
38
39 // Returns true if the string is null.
40 bool isNull() const {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected