Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
count
Function · 0.85
has
Method · 0.85
has
Method · 0.85
has
Method · 0.85
contains
Method · 0.85
contains
Method · 0.85
registerGroup
Method · 0.85
FL_TEST_FILE
Function · 0.85
Calls
1
find_index
Function · 0.85
Tested by
no test coverage detected