MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetErrorOffset

Method GetErrorOffset

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

Get the position of last parsing error in input, 0 otherwise.

Source from the content-addressed store, hash-verified

447
448 //! Get the position of last parsing error in input, 0 otherwise.
449 size_t GetErrorOffset() const { return parseResult_.Offset(); }
450
451protected:
452 void SetParseError(ParseErrorCode code, size_t offset) { parseResult_.Set(code, offset); }

Callers

nothing calls this directly

Calls 1

OffsetMethod · 0.45

Tested by

no test coverage detected