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

Function StringBuilder

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

Source from the content-addressed store, hash-verified

13 static const size_t initialCapacity = 31;
14
15 StringBuilder(ResourceManager* resources) : resources_(resources) {}
16
17 ~StringBuilder() {
18 if (node_)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected