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

Method cendImpl

include/sonic/dom/dynamicnode.h:468–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 }
467
468 ConstValueIterator cendImpl() const noexcept {
469 return ConstValueIterator(getArrChildrenFirst()) + this->Size();
470 }
471
472 DNode& backImpl() const noexcept {
473 return *(getArrChildrenFirst() + this->Size() - 1);

Callers 2

EndFunction · 0.80
CEndFunction · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected