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

Method erase

src/fl/stl/unordered_set.h:121–123  ·  view source on GitHub ↗

Erase operations

Source from the content-addressed store, hash-verified

119
120 // Erase operations
121 bool erase(const Key &key) {
122 return data.erase(key);
123 }
124
125 iterator erase(iterator pos) {
126 // Extract the key from the iterator before erasing

Callers

nothing calls this directly

Calls 1

findFunction · 0.70

Tested by

no test coverage detected