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

Method as_float

src/fl/stl/json.h:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 fl::optional<float> as_float() const FL_NOEXCEPT {
269 if (!mValue) return fl::nullopt;
270 return mValue->as_float();
271 }
272
273 fl::optional<double> as_double() const FL_NOEXCEPT {
274 if (!mValue) return fl::nullopt;

Callers 5

classify_arrayFunction · 0.45
optimize_arrayFunction · 0.45
parseV2SegmentArrayFunction · 0.45
ParseJsonMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected