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

Method size

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

Size accessors

Source from the content-addressed store, hash-verified

134
135 // Size accessors
136 fl::size size() const { return mMap.size(); }
137 bool empty() const { return mMap.empty(); }
138 fl::size capacity() const { return mMaxSize; }
139 memory_resource* get_memory_resource() const { return mMap.get_memory_resource(); }

Callers 2

insertMethod · 0.45
HashMapLruClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected