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

Method end

src/fl/stl/json/types.h:1173–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171 }
1172
1173 const_iterator end() const FL_NOEXCEPT {
1174 if (is_object()) {
1175 auto ptr = data.ptr<const json_object>();
1176 if (!ptr) return const_iterator::from_iterator(json_object().end());
1177 return const_iterator::from_iterator(ptr->end());
1178 }
1179 // Use temporary empty object to avoid static initialization conflicts with Teensy
1180 return const_iterator::from_iterator(json_object().end());
1181 }
1182
1183 // Iterator support for packed arrays
1184 template<typename T>

Callers 9

headerMethod · 0.45
queryMethod · 0.45
to_stringMethod · 0.45
handle_esp_requestMethod · 0.45
feedMethod · 0.45
parseBodyMethod · 0.45
consumeMethod · 0.45
json_valueClass · 0.45
containsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected