Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ contains
Method
contains
src/fl/stl/unordered_map_small.h:284–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
bool contains(const Key& key) const FL_NOEXCEPT {
285
return find_index(key) != npos();
286
}
287
288
bool has(const Key& key) const FL_NOEXCEPT { return contains(key); }
289
Callers
nothing calls this directly
Calls
1
find_index
Function · 0.85
Tested by
no test coverage detected