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

Function startString

src/ArduinoJson/Memory/StringBuilder.hpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 void startString() {
23 size_ = 0;
24 if (!node_)
25 node_ = resources_->createString(initialCapacity);
26 }
27
28 void save(VariantData* variant) {
29 ARDUINOJSON_ASSERT(variant != nullptr);

Callers

nothing calls this directly

Calls 1

createStringMethod · 0.80

Tested by

no test coverage detected