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

Function CBegin

include/sonic/dom/genericnode.h:854–857  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

852 * @return ValueIterator
853 */
854 ConstValueIterator CBegin() const noexcept {
855 sonic_assert(this->IsArray());
856 return downCast()->cbeginImpl();
857 }
858
859 /**
860 * @brief Get array end iterator

Callers

nothing calls this directly

Calls 3

downCastFunction · 0.85
IsArrayMethod · 0.80
cbeginImplMethod · 0.80

Tested by

no test coverage detected