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

Function JsonString

src/ArduinoJson/Strings/JsonString.hpp:24–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 JsonString() : str_(nullptr, 0, true) {}
23
24 JsonString(const char* data, bool isStatic = false)
25 : str_(data, data ? ::strlen(data) : 0, isStatic) {}
26
27 template <typename TSize,
28 detail::enable_if_t<detail::is_integral<TSize>::value &&

Callers 12

strFunction · 0.85
strFunction · 0.85
visitFunction · 0.85
acceptMethod · 0.85
asRawStringMethod · 0.85
asStringMethod · 0.85
fromJsonMethod · 0.85
JsonString.hppFile · 0.85
subscript.cppFile · 0.85
JsonString.cppFile · 0.85
set.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected