Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ is_occupied
Function
is_occupied
src/fl/stl/unordered_map.h:809–809 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
807
808
// Helper methods to check entry state
809
bool is_occupied(fl::size idx) const { return _occupied.test(idx); }
810
811
bool is_deleted(fl::size idx) const { return _deleted.test(idx); }
812
Callers
4
is_empty
Function · 0.85
find_slot
Function · 0.85
find_index
Function · 0.85
rehash_inline_no_resize
Function · 0.85
Calls
1
test
Method · 0.45
Tested by
no test coverage detected