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

Method endImpl

include/sonic/dom/dynamicnode.h:464–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462 }
463
464 ValueIterator endImpl() noexcept {
465 return ValueIterator(getArrChildrenFirst()) + this->Size();
466 }
467
468 ConstValueIterator cendImpl() const noexcept {
469 return ConstValueIterator(getArrChildrenFirst()) + this->Size();

Callers 1

EndFunction · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected