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

Method String

extras/tests/Helpers/api/String.h:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10class String {
11 public:
12 String() = default;
13 String(const char* s) {
14 if (s)
15 str_.assign(s);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected