Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Begin
Function · 0.80
CBegin
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected