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

Function str

src/ArduinoJson/Memory/StringBuilder.hpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 JsonString str() const {
77 ARDUINOJSON_ASSERT(node_ != nullptr);
78 node_->data[size_] = 0;
79 return JsonString(node_->data, size_);
80 }
81
82 private:
83 ResourceManager* resources_;

Callers

nothing calls this directly

Calls 1

JsonStringFunction · 0.85

Tested by

no test coverage detected