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

Function End

include/sonic/dom/genericnode.h:863–866  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

861 * @return ValueIterator
862 */
863 ValueIterator End() noexcept {
864 sonic_assert(this->IsArray());
865 return downCast()->endImpl();
866 }
867
868 /**
869 * @brief Get array const end iterator

Callers

nothing calls this directly

Calls 4

downCastFunction · 0.85
IsArrayMethod · 0.80
endImplMethod · 0.80
cendImplMethod · 0.80

Tested by

no test coverage detected