MCPcopy Create free account
hub / github.com/FastLED/FastLED / data

Method data

src/fl/stl/basic_string.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 bool empty() const FL_NOEXCEPT { return mLength == 0; }
156 const char* c_str() const FL_NOEXCEPT;
157 const char* data() const FL_NOEXCEPT { return c_str(); }
158 char* c_str_mutable() FL_NOEXCEPT;
159 fl::size capacity() const FL_NOEXCEPT;
160

Callers 1

basic_stringClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected