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

Method SAXHandler

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

Source from the content-addressed store, hash-verified

35 using MemberType = typename NodeType::MemberNode;
36
37 SAXHandler() = default;
38 SAXHandler(Allocator &alloc) : alloc_(&alloc) {}
39
40 SAXHandler(const SAXHandler &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected