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

Method is_string

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

Source from the content-addressed store, hash-verified

245 // is_number() returns true if the value is any numeric type (int or float)
246 bool is_number() const FL_NOEXCEPT { return mValue && mValue->is_number(); }
247 bool is_string() const FL_NOEXCEPT { return mValue && mValue->is_string(); }
248 bool is_array() const FL_NOEXCEPT { return mValue && mValue->is_array(); }
249 bool is_generic_array() const FL_NOEXCEPT { return mValue && mValue->is_generic_array(); }
250 bool is_object() const FL_NOEXCEPT { return mValue && mValue->is_object(); }

Callers 9

parseSegmentFieldsFunction · 0.45
convertMethod · 0.45
idToStringMethod · 0.45
FL_TEST_FILEFunction · 0.45
rpc.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
runSingleTestImplMethod · 0.45
runParallelTestImplMethod · 0.45
registerFunctionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected