Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ memberBeginUnsafe
Method
memberBeginUnsafe
include/sonic/dom/dynamicnode.h:509–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
507
}
508
509
MemberIterator memberBeginUnsafe() const {
510
sonic_assert(this->IsObject());
511
return (MemberNode*)getObjChildrenFirstUnsafe();
512
}
513
514
MemberIterator memberEndUnsafe() const {
515
sonic_assert(this->IsObject());
Callers
nothing calls this directly
Calls
1
IsObject
Method · 0.80
Tested by
no test coverage detected