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

Method HasParseError

rapidjson/document.h:2326–2326  ·  view source on GitHub ↗

Whether a parse error has occured in the last parsing.

Source from the content-addressed store, hash-verified

2324
2325 //! Whether a parse error has occured in the last parsing.
2326 bool HasParseError() const { return parseResult_.IsError(); }
2327
2328 //! Get the \ref ParseErrorCode of last parsing.
2329 ParseErrorCode GetParseError() const { return parseResult_.Code(); }

Callers

nothing calls this directly

Calls 1

IsErrorMethod · 0.80

Tested by

no test coverage detected