Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
End
Function · 0.80
CEnd
Function · 0.80
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected