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

Function is_occupied

src/fl/stl/unordered_map.h:809–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807
808 // Helper methods to check entry state
809 bool is_occupied(fl::size idx) const { return _occupied.test(idx); }
810
811 bool is_deleted(fl::size idx) const { return _deleted.test(idx); }
812

Callers 4

is_emptyFunction · 0.85
find_slotFunction · 0.85
find_indexFunction · 0.85
rehash_inline_no_resizeFunction · 0.85

Calls 1

testMethod · 0.45

Tested by

no test coverage detected