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

Method data

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

Source from the content-addressed store, hash-verified

20 void grow(size newLength) FL_NOEXCEPT;
21 bool hasCapacity(size newLength) const FL_NOEXCEPT { return newLength + 1 <= mCapacity; }
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; }

Callers 9

parseRequestLineMethod · 0.45
parseHeadersMethod · 0.45
parseBodyMethod · 0.45
parseStatusLineMethod · 0.45
read_someMethod · 0.45
write_someMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
readRGB8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected