MCPcopy 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

DNodeClass · 0.80
addMemberImplMethod · 0.80
genericnode.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected