MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / CEnd

Function CEnd

include/sonic/dom/genericnode.h:881–884  ·  view source on GitHub ↗

* @brief Get array const end iterator * @return ValueIterator */

Source from the content-addressed store, hash-verified

879 * @return ValueIterator
880 */
881 ConstValueIterator CEnd() const noexcept {
882 sonic_assert(this->IsArray());
883 return downCast()->cendImpl();
884 }
885
886 /**
887 * @brief Return array last element.

Callers

nothing calls this directly

Calls 3

downCastFunction · 0.85
IsArrayMethod · 0.80
cendImplMethod · 0.80

Tested by

no test coverage detected