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

Function FlashString

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

Source from the content-addressed store, hash-verified

14 static const size_t typeSortKey = 1;
15
16 FlashString(const __FlashStringHelper* str, size_t sz)
17 : str_(reinterpret_cast<const char*>(str)), size_(sz) {}
18
19 bool isNull() const {
20 return !str_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected