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

Method ParseResult

include/sonic/error.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91struct ParseResult {
92 public:
93 ParseResult() noexcept {}
94 ParseResult(SonicError err, size_t off) noexcept : err_(err), off_(off) {}
95 ParseResult(SonicError err) noexcept : err_(err) {}
96 sonic_force_inline SonicError Error() const noexcept { return err_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected