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

Method IsError

rapidjson/error/error.h:121–121  ·  view source on GitHub ↗

Whether the result is an error.

Source from the content-addressed store, hash-verified

119 operator bool() const { return !IsError(); }
120 //! Whether the result is an error.
121 bool IsError() const { return code_ != kParseErrorNone; }
122
123 bool operator==(const ParseResult& that) const { return code_ == that.code_; }
124 bool operator==(ParseErrorCode code) const { return code_ == code; }

Callers 2

HasParseErrorMethod · 0.80
HasParseErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected