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

Method ~Parser

include/sonic/dom/parser.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 sonic_force_inline Parser &operator=(const Parser &other) = delete;
64 sonic_force_inline Parser &operator=(Parser &&other) noexcept = default;
65 ~Parser() noexcept = default;
66
67 template <unsigned parseFlags = kParseDefault, typename SAX>
68 sonic_force_inline ParseResult Parse(char *data, size_t len, SAX &sax) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected