Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.85
insert
Function · 0.85
insert_or_assign
Function · 0.85
try_emplace
Function · 0.85
rehash_inline_no_resize
Function · 0.85
Calls
2
set
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected