Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
count
Method · 0.85
contains
Method · 0.85
contains
Method · 0.85
needsFrame
Method · 0.85
draw
Method · 0.85
has
Method · 0.85
getf
Method · 0.85
geti16
Method · 0.85
geti16Previous
Method · 0.85
geti16All
Method · 0.85
seti16
Method · 0.85
setf
Method · 0.85
Calls
2
find
Function · 0.70
end
Function · 0.70
Tested by
no test coverage detected