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

Method empty

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

Source from the content-addressed store, hash-verified

153 fl::size size() const FL_NOEXCEPT { return mLength; }
154 fl::size length() const FL_NOEXCEPT { return mLength; }
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;

Callers 1

isInlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected