Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ rawAssign
Method
rawAssign
include/sonic/dom/dynamicnode.h:863–866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
}
862
863
sonic_force_inline void rawAssign(DNode& rhs) {
864
this->data = rhs.data;
865
rhs.setType(kNull);
866
}
867
868
DNode& clearImpl() {
869
this->destroy();
Callers
3
DNode
Class · 0.80
addMemberImpl
Method · 0.80
genericnode.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected