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

Method as_array

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

Zero-copy pointer accessors

Source from the content-addressed store, hash-verified

287 }
288 // Zero-copy pointer accessors
289 const json_array* as_array() const FL_NOEXCEPT { return mValue ? mValue->as_array() : nullptr; }
290 const json_object* as_object() const FL_NOEXCEPT { return mValue ? mValue->as_object() : nullptr; }
291
292 // Explicit copy methods - use when you need an owned copy or type conversion

Callers 2

operator[]Method · 0.45
parseV2SegmentArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected