Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ contains
Method
contains
src/fl/stl/multi_set.h:310–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
bool contains(const Key& key) const {
311
return find(key) != end();
312
}
313
314
// equal_range returns [lower_bound, upper_bound) for the given key
315
fl::pair<iterator, iterator> equal_range(const Key& key) {
Callers
nothing calls this directly
Calls
2
find
Function · 0.70
end
Function · 0.70
Tested by
no test coverage detected