Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ beginImpl
Method
beginImpl
include/sonic/dom/dynamicnode.h:456–458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
}
455
456
ValueIterator beginImpl() noexcept {
457
return ValueIterator(getArrChildrenFirst());
458
}
459
460
ConstValueIterator cbeginImpl() const noexcept {
461
return ConstValueIterator(getArrChildrenFirst());
Callers
1
Begin
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected