Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ begin
Method
begin
src/fl/gfx/corkscrew.h:182–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
// STL-style container interface
181
fl::size size() const;
182
iterator begin() { return iterator(this, 0); }
183
iterator end() { return iterator(this, size()); }
184
185
// Non-essential API - Lower level access
Callers
2
onQueuingDone
Method · 0.45
getMaxBytesInStrip
Method · 0.45
Calls
1
iterator
Class · 0.70
Tested by
no test coverage detected