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

Method memberBeginImpl

include/sonic/dom/dynamicnode.h:493–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 }
492
493 MemberIterator memberBeginImpl() noexcept {
494 return MemberIterator(getObjChildrenFirst());
495 }
496
497 ConstMemberIterator cmemberBeginImpl() const noexcept {
498 return ConstMemberIterator(getObjChildrenFirst());

Callers 1

MemberBeginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected