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

Function contains

src/fl/stl/unordered_map.h:637–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635 }
636
637 bool contains(const Key &key) const {
638 auto idx = find_index(key);
639 return idx != npos();
640 }
641
642 // at() - bounds-checked access, asserts if key not found
643 T &at(const Key &key) {

Callers 8

countFunction · 0.85
hasMethod · 0.85
hasMethod · 0.85
hasMethod · 0.85
containsMethod · 0.85
containsMethod · 0.85
registerGroupMethod · 0.85
FL_TEST_FILEFunction · 0.85

Calls 1

find_indexFunction · 0.85

Tested by

no test coverage detected