Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
remove
Function · 0.85
erase
Function · 0.85
Calls
2
reset
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected