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

Method swap

src/fl/stl/unordered_map_lru.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void swap(HashMapLru &other) {
56 fl::swap(mMap, other.mMap);
57 fl::swap(mMaxSize, other.mMaxSize);
58 fl::swap(mCurrentTime, other.mCurrentTime);
59 }
60
61 // Insert or update a key-value pair
62 void insert(const Key &key, const T &value) {

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected