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

Method has

src/fl/stl/flat_map.h:161–163  ·  view source on GitHub ↗

Alias for contains (FastLED compatibility)

Source from the content-addressed store, hash-verified

159
160 // Alias for contains (FastLED compatibility)
161 bool has(const Key& key) const FL_NOEXCEPT {
162 return contains(key);
163 }
164
165 // Bounds - binary search using pointer arithmetic
166 iterator lower_bound(const Key& key) FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

containsFunction · 0.85

Tested by

no test coverage detected