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

Method HasParseError

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

Whether a parse error has occured in the last parsing.

Source from the content-addressed store, hash-verified

529
530 //! Whether a parse error has occured in the last parsing.
531 bool HasParseError() const { return parseResult_.IsError(); }
532
533 //! Get the \ref ParseErrorCode of last parsing.
534 ParseErrorCode GetParseErrorCode() const { return parseResult_.Code(); }

Callers 1

MachoViewMethod · 0.45

Calls 1

IsErrorMethod · 0.80

Tested by

no test coverage detected