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

Method is_int

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

Source from the content-addressed store, hash-verified

240 bool is_null() const FL_NOEXCEPT { return mValue ? mValue->is_null() : true; }
241 bool is_bool() const FL_NOEXCEPT { return mValue && mValue->is_bool(); }
242 bool is_int() const FL_NOEXCEPT { return mValue && (mValue->is_int() || mValue->is_bool()); }
243 bool is_float() const FL_NOEXCEPT { return mValue && mValue->is_float(); }
244 bool is_double() const FL_NOEXCEPT { return mValue && mValue->is_double(); }
245 // is_number() returns true if the value is any numeric type (int or float)

Callers 11

setStateMethod · 0.45
parseSegmentFieldsFunction · 0.45
processRpcMethod · 0.45
idToStringMethod · 0.45
classify_arrayFunction · 0.45
optimize_arrayFunction · 0.45
FL_TEST_FILEFunction · 0.45
runSingleTestImplMethod · 0.45
runParallelTestImplMethod · 0.45
findConnectedPinsImplMethod · 0.45
registerFunctionsMethod · 0.45

Calls 1

is_boolMethod · 0.45

Tested by

no test coverage detected