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

Function mark_deleted

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

Source from the content-addressed store, hash-verified

820 }
821
822 void mark_deleted(fl::size idx) {
823 _occupied.reset(idx);
824 _deleted.set(idx);
825 }
826
827 void mark_empty(fl::size idx) {
828 _occupied.reset(idx);

Callers 2

removeFunction · 0.85
eraseFunction · 0.85

Calls 2

resetMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected