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

Method value

src/fl/test/fltest.h:425–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 double value() const FL_NOEXCEPT { return mValue; }
426 double getEpsilon() const FL_NOEXCEPT { return mEpsilon; }
427 double getMargin() const FL_NOEXCEPT { return mMargin; }
428 double getScale() const FL_NOEXCEPT { return mScale; }

Callers 4

await_top_levelFunction · 0.45
CoroutineTaskMethod · 0.45
PromiseClass · 0.45
fltest.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected