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

Method IsValid

rapidjson/pointer.h:303–303  ·  view source on GitHub ↗

Check whether this is a valid pointer.

Source from the content-addressed store, hash-verified

301
302 //! Check whether this is a valid pointer.
303 bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; }
304
305 //! Get the parsing error offset in code unit.
306 size_t GetParseErrorOffset() const { return parseErrorOffset_; }

Callers 2

operator==Method · 0.45
ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected