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

Method is_array

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

Source from the content-addressed store, hash-verified

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(); }
251 bool is_audio() const FL_NOEXCEPT { return mValue && mValue->is_audio(); }

Callers 15

setStateMethod · 0.45
parseSegmentFieldsFunction · 0.45
methodsMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
handleMethod · 0.45
handle_maybeMethod · 0.45
as_implMethod · 0.45
push_backMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_json_responseFunction · 0.36