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

Method has

src/fl/stl/unordered_map_small.h:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 bool has(const Key& key) const FL_NOEXCEPT { return contains(key); }
289
290 // Insertion — does NOT overwrite if key exists
291 fl::pair<iterator, bool> insert(const value_type& kv) FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

containsFunction · 0.85

Tested by

no test coverage detected