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

Function clear

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

Source from the content-addressed store, hash-verified

594 }
595
596 void clear() {
597 _buckets.assign(_buckets.size(), Entry{});
598 _occupied.reset();
599 _deleted.reset();
600 _size = _tombstones = 0;
601 }
602
603 // swap() - swap contents with another unordered_map
604 void swap(unordered_map& other) {

Callers 15

~dequeMethod · 0.70
dequeClass · 0.70
assignMethod · 0.70
allocator_inlinedClass · 0.70
~allocator_inlinedMethod · 0.70
unordered_map.hFile · 0.70
basic_stringClass · 0.70
string.cpp.hppFile · 0.70
~FixedVectorFunction · 0.70
assign_arrayFunction · 0.70
assignFunction · 0.70

Calls 3

assignMethod · 0.45
sizeMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected