Check whether this is a valid pointer.
| 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_; } |
no outgoing calls
no test coverage detected