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

Method full

src/fl/math/filter/filter.h:429–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
428 FASTLED_FORCE_INLINE void reset() { mImpl.reset(); }
429 FASTLED_FORCE_INLINE bool full() const { return mImpl.full(); }
430 FASTLED_FORCE_INLINE fl::size size() const { return mImpl.size(); }
431 FASTLED_FORCE_INLINE fl::size capacity() const { return mImpl.capacity(); }
432 FASTLED_FORCE_INLINE void resize(fl::size new_capacity) { mImpl.resize(new_capacity); }

Callers 10

fullFunction · 0.45
updateFunction · 0.45
fullFunction · 0.45
updateFunction · 0.45
updateMethod · 0.45
fullMethod · 0.45
fullMethod · 0.45
fullMethod · 0.45
fullMethod · 0.45
fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected