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

Function CMemberEnd

include/sonic/dom/genericnode.h:629–632  ·  view source on GitHub ↗

* @brief Get object const end iterator. * @return MemberIterator */

Source from the content-addressed store, hash-verified

627 * @return MemberIterator
628 */
629 ConstMemberIterator CMemberEnd() const noexcept {
630 sonic_assert(this->IsObject());
631 return downCast()->cmemberEndImpl();
632 }
633
634 /**
635 * @brief Get a specific child node in the object by key.

Callers

nothing calls this directly

Calls 3

downCastFunction · 0.85
IsObjectMethod · 0.80
cmemberEndImplMethod · 0.80

Tested by

no test coverage detected