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

Method length

src/fl/stl/span.h:457–457  ·  view source on GitHub ↗

======= SIZE AND ACCESS =======

Source from the content-addressed store, hash-verified

455
456 // ======= SIZE AND ACCESS =======
457 constexpr fl::size length() const FL_NOEXCEPT { return Extent; }
458 constexpr fl::size size() const FL_NOEXCEPT { return Extent; }
459 constexpr fl::size size_bytes() const FL_NOEXCEPT { return Extent * sizeof(T); }
460

Callers 15

parseHexColorFunction · 0.45
pushMethod · 0.45
formatSummaryTableFunction · 0.45
parseMethod · 0.45
parse2_validate_onlyMethod · 0.45
setSharedHolderMethod · 0.45
ftoaFunction · 0.45
apply_widthFunction · 0.45
internMethod · 0.45
getFrameDataFunction · 0.45
getScreenMapDataFunction · 0.45
getStripUpdateDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected