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

Method Parser

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

Source from the content-addressed store, hash-verified

57class Parser {
58 public:
59 explicit Parser() noexcept = default;
60 // sonic_force_inline Parser(JsonInput& input) : input_(input) {}
61 Parser(Parser &&other) noexcept = default;
62 sonic_force_inline Parser(const Parser &other) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected