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

Method value

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

Source from the content-addressed store, hash-verified

494 FASTLED_FORCE_INLINE T update(T input) { return mImpl.update(input); }
495 FASTLED_FORCE_INLINE T update(fl::span<const T> values) { return mImpl.update(values); }
496 FASTLED_FORCE_INLINE T value() const { return mImpl.value(); }
497 FASTLED_FORCE_INLINE void reset() { mImpl.reset(); }
498 FASTLED_FORCE_INLINE bool full() const { return mImpl.full(); }
499 FASTLED_FORCE_INLINE fl::size size() const { return mImpl.size(); }

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected