Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ begin
Method
begin
src/fl/stl/list.h:273–275 ·
view source on GitHub ↗
Iterators
Source
from the content-addressed store, hash-verified
271
272
// Iterators
273
iterator begin() {
274
return iterator(mHead->next);
275
}
276
277
const_iterator begin() const {
278
return const_iterator(mHead->next);
Callers
3
splice
Method · 0.45
operator==
Method · 0.45
operator<
Method · 0.45
Calls
2
iterator
Class · 0.70
const_iterator
Class · 0.70
Tested by
no test coverage detected