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

Method size

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

Capacity operations

Source from the content-addressed store, hash-verified

140
141 // Capacity operations
142 fl::size size() const { return data.size(); }
143 fl::size capacity() const { return data.capacity(); }
144 bool empty() const { return data.empty(); }
145

Callers 1

operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected