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

Method contains

src/fl/stl/unordered_set.h:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 // Lookup operations
150 bool has(const Key &key) const { return data.contains(key); }
151 bool contains(const Key &key) const { return has(key); } // C++20 style
152
153 /// Equality comparison (set equality: same elements, order-independent)
154 bool operator==(const unordered_set& other) const {

Callers 1

hasMethod · 0.45

Calls 1

hasFunction · 0.85

Tested by

no test coverage detected