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

Method SchemaHandler

include/sonic/dom/schema_handler.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 using MemberType = typename NodeType::MemberNode;
36
37 SchemaHandler() = default;
38 SchemaHandler(NodeType *root, Allocator &alloc)
39 : parent_node_(root), cur_node_(root), alloc_(&alloc) {}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected