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

Method length

src/fl/stl/detail/string_holder.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 const char *data() const FL_NOEXCEPT { return mData; }
23 char *data() FL_NOEXCEPT { return mData; }
24 size length() const FL_NOEXCEPT { return mLength; }
25 size capacity() const FL_NOEXCEPT { return mCapacity; }
26 bool copy(const char *str, size len) FL_NOEXCEPT {
27 if ((len + 1) > mCapacity) {

Callers 5

operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected