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

Method size

src/FastLED.cpp.hpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110int CFastLED::size() {
111 return (*this)[0].size();
112}
113
114CRGB* CFastLED::leds() {
115 return (*this)[0].leds();

Callers 15

showMethod · 0.45
showColorMethod · 0.45
addMethod · 0.45
showPixelsFunction · 0.45
ensureBufferFunction · 0.45
clearLedDataInternalMethod · 0.45
test_json_endpointFunction · 0.45
test_json_responseFunction · 0.45
test_json_awaitFunction · 0.45
getShapeFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_json_endpointFunction · 0.36
test_json_responseFunction · 0.36
test_json_awaitFunction · 0.36
testAllDriversMethod · 0.36
executeTogglesFunction · 0.36
validateEdgeTimingFunction · 0.36
print_summaryFunction · 0.36
buildExpectedUCS7604Function · 0.36
decodeSpiEdgesFunction · 0.36
captureFunction · 0.36
runTestFunction · 0.36