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

Method is_object

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

Source from the content-addressed store, hash-verified

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(); }
252 bool is_bytes() const FL_NOEXCEPT { return mValue && mValue->is_bytes(); }
253 bool is_floats() const FL_NOEXCEPT { return mValue && mValue->is_floats(); }

Callers 15

setStateMethod · 0.45
keysMethod · 0.45
operator[]Method · 0.45
setMethod · 0.45
parseV2SegmentArrayFunction · 0.45
ParseJsonMethod · 0.45
fastled_declare_filesFunction · 0.45
updateInternalMethod · 0.45
executeUiUpdatesMethod · 0.45
parseStripJsonInfoMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected