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

Function erase

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

Source from the content-addressed store, hash-verified

550 }
551
552 bool erase(const Key &key) { return remove(key); }
553
554 // Iterator-based erase - more efficient when you already have the iterator position
555 iterator erase(iterator it) {

Callers

nothing calls this directly

Calls 4

mark_deletedFunction · 0.85
removeFunction · 0.70
endFunction · 0.70
advance_to_occupiedMethod · 0.45

Tested by

no test coverage detected