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

Method contains

src/fl/stl/map.h:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 bool has(const Key &it) const { return find(it) != end(); }
256
257 bool contains(const Key &key) const { return has(key); }
258
259 // Erase element by key
260 fl::size erase(const Key &key) {

Callers

nothing calls this directly

Calls 1

hasFunction · 0.85

Tested by

no test coverage detected