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

Method begin

src/fl/stl/set.h:415–415  ·  view source on GitHub ↗

Iterators

Source from the content-addressed store, hash-verified

413
414 // Iterators
415 const_iterator begin() const { return mTree.begin(); }
416 const_iterator end() const { return mTree.end(); }
417 const_iterator cbegin() const { return mTree.cbegin(); }
418 const_iterator cend() const { return mTree.cend(); }

Callers 15

initMethod · 0.45
pushMethod · 0.45
tagsMethod · 0.45
methodsMethod · 0.45
scopedWatchdogFirstInitFunction · 0.45
register_runnerMethod · 0.45
unregister_runnerMethod · 0.45
updateMethod · 0.45
update_tasks_of_typeMethod · 0.45
pushMethod · 0.45
emplaceMethod · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected