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

Method setParseError

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

Source from the content-addressed store, hash-verified

94 }
95
96 sonic_force_inline void setParseError(SonicError err) { err_ = err; }
97
98 template <typename SAX>
99 sonic_force_inline bool parseNull(SAX &sax) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected