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

Method reset

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

Source from the content-addressed store, hash-verified

462 FASTLED_FORCE_INLINE T update(fl::span<const T> values) { return mImpl.update(values); }
463 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
464 FASTLED_FORCE_INLINE void reset() { mImpl.reset(); }
465 FASTLED_FORCE_INLINE fl::size size() const { return mImpl.size(); }
466 FASTLED_FORCE_INLINE fl::size capacity() const { return mImpl.capacity(); }
467 FASTLED_FORCE_INLINE void resize(fl::size new_capacity) { mImpl.resize(new_capacity); }

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected