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

Function stringGetChars

src/ArduinoJson/Strings/Adapters/FlashString.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 friend void stringGetChars(FlashString s, char* p, size_t n) {
62 ARDUINOJSON_ASSERT(s.size() <= n);
63 ::memcpy_P(p, s.str_, n);
64 }
65
66 bool isStatic() const {
67 return false;

Callers

nothing calls this directly

Calls 2

memcpy_PFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected