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

Method has

src/fl/stl/set.h:471–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 bool has(const Key& key) const {
472 return contains(key);
473 }
474
475 fl::pair<const_iterator, const_iterator> equal_range(const Key& key) const {
476 return mTree.equal_range(key);

Callers 15

addMethod · 0.45
showPixelsMethod · 0.45
showPixelsFunction · 0.45
showPixelsMethod · 0.45
showPixelsMethod · 0.45
setNextFxMethod · 0.45
removeFxMethod · 0.45
getFxMethod · 0.45
plotDotMethod · 0.45
writePixelsMethod · 0.45
handleWorkerMessageMethod · 0.45
_collectLedColorDataMethod · 0.45

Calls 1

containsFunction · 0.85

Tested by

no test coverage detected