MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetParseErrorCode

Method GetParseErrorCode

rapidjson/reader.h:534–534  ·  view source on GitHub ↗

Get the \ref ParseErrorCode of last parsing.

Source from the content-addressed store, hash-verified

532
533 //! Get the \ref ParseErrorCode of last parsing.
534 ParseErrorCode GetParseErrorCode() const { return parseResult_.Code(); }
535
536 //! Get the position of last parsing error in input, 0 otherwise.
537 size_t GetErrorOffset() const { return parseResult_.Offset(); }

Callers

nothing calls this directly

Calls 1

CodeMethod · 0.80

Tested by

no test coverage detected