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

Function mark_empty

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

Source from the content-addressed store, hash-verified

825 }
826
827 void mark_empty(fl::size idx) {
828 _occupied.reset(idx);
829 _deleted.reset(idx);
830 }
831
832 using EntryAlign = max_align<Key, T>;
833 struct FL_ALIGN_AS_T(EntryAlign::value) Entry {

Callers 1

rehash_inline_no_resizeFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected