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

Method end

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

Source from the content-addressed store, hash-verified

485 return json_value::const_iterator::from_object_iterator(mValue->begin());
486 }
487 json_value::const_iterator end() const FL_NOEXCEPT {
488 if (!mValue) return json_value::const_iterator::from_iterator(json_object().end());
489 return json_value::const_iterator::from_object_iterator(mValue->end());
490 }
491
492 // Iterator support for arrays with type conversion
493 template<typename T>

Callers 2

jsonClass · 0.45
operator[]Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected