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

Method get

src/pixelset.h:502–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 CRGBArray() : CPixelView<CRGB>(rawleds, SIZE) {}
501 using CPixelView::operator=;
502 CRGB* get() { return &rawleds[0]; }
503 const CRGB* get() const { return &rawleds[0]; }
504 size_t size() const { return SIZE; }
505 operator fl::span<CRGB>() { return fl::span<CRGB>(rawleds, SIZE); }

Callers 15

test.pyFile · 0.45
mainFunction · 0.45
run_testsFunction · 0.45
list_test_casesFunction · 0.45
coding_standardsFunction · 0.45
setup_stack_tracesFunction · 0.45
compile_examplesFunction · 0.45
code_fingerprintFunction · 0.45
lint_codeFunction · 0.45
project_infoFunction · 0.45
run_specific_commandFunction · 0.45
validate_completionFunction · 0.45

Calls

no outgoing calls

Tested by 8

mainFunction · 0.36
wait_for_serverFunction · 0.36
send_requestFunction · 0.36
start_serverFunction · 0.36
make_requestFunction · 0.36
do_GETMethod · 0.36
do_POSTMethod · 0.36
buildExpectedUCS7604Function · 0.36