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

Method count

src/fl/stl/set.h:459–461  ·  view source on GitHub ↗

Lookup

Source from the content-addressed store, hash-verified

457
458 // Lookup
459 size_type count(const Key& key) const {
460 return mTree.count(key);
461 }
462
463 const_iterator find(const Key& key) const {
464 return mTree.find(key);

Callers 7

wait_forMethod · 0.45
try_acquire_forMethod · 0.45
try_acquire_forMethod · 0.45
try_acquire_forMethod · 0.45
native_sleepFunction · 0.45
get_time_usMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected