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

Function has

src/fl/stl/vector.h:346–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 const_iterator data() const FL_NOEXCEPT { return begin(); }
345
346 bool has(const T &value) const FL_NOEXCEPT { return find(value) != end(); }
347
348 // Access to first and last elements
349 T &front() FL_NOEXCEPT { return memory()[0]; }

Callers 13

countMethod · 0.85
containsMethod · 0.85
containsMethod · 0.85
needsFrameMethod · 0.85
drawMethod · 0.85
hasMethod · 0.85
getfMethod · 0.85
geti16Method · 0.85
geti16PreviousMethod · 0.85
geti16AllMethod · 0.85
seti16Method · 0.85
setfMethod · 0.85

Calls 2

findFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected