MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / ~NodeWrapper

Method ~NodeWrapper

tests/document_test.cpp:398–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 NodeWrapper(const NodeWrapper& rhs) : node(CNode(rhs.node, alloc_g)) {}
397 NodeWrapper(NodeWrapper&&) = default;
398 ~NodeWrapper() = default;
399 CNode node = {};
400 };
401

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected