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

Function mark_occupied

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

Source from the content-addressed store, hash-verified

815 }
816
817 void mark_occupied(fl::size idx) {
818 _occupied.set(idx);
819 _deleted.reset(idx);
820 }
821
822 void mark_deleted(fl::size idx) {
823 _occupied.reset(idx);

Callers 5

unordered_map.hFile · 0.85
insertFunction · 0.85
insert_or_assignFunction · 0.85
try_emplaceFunction · 0.85
rehash_inline_no_resizeFunction · 0.85

Calls 2

setMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected