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

Method is_bytes

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

Source from the content-addressed store, hash-verified

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(); }
254
255 // Safe extractors

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected