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

Method memberEndImpl

include/sonic/dom/dynamicnode.h:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 }
500
501 MemberIterator memberEndImpl() noexcept {
502 return MemberIterator(getObjChildrenFirst()) + this->Size();
503 }
504
505 ConstMemberIterator cmemberEndImpl() const noexcept {
506 return ConstMemberIterator(getObjChildrenFirst()) + this->Size();

Callers 1

MemberEndFunction · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected