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

Method cbeginImpl

include/sonic/dom/dynamicnode.h:460–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458 }
459
460 ConstValueIterator cbeginImpl() const noexcept {
461 return ConstValueIterator(getArrChildrenFirst());
462 }
463
464 ValueIterator endImpl() noexcept {
465 return ValueIterator(getArrChildrenFirst()) + this->Size();

Callers 2

BeginFunction · 0.80
CBeginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected