MCPcopy 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.hFile · 0.85

Calls 2

beginFunction · 0.70
dataMethod · 0.45

Tested by

no test coverage detected