Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ data
Function
data
src/fl/stl/vector.h:344–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
iterator data() FL_NOEXCEPT { return begin(); }
343
344
const_iterator data() const FL_NOEXCEPT { return begin(); }
345
346
bool has(const T &value) const FL_NOEXCEPT { return find(value) != end(); }
347
Callers
1
vector.h
File · 0.85
Calls
2
begin
Function · 0.70
data
Method · 0.45
Tested by
no test coverage detected