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

Method GetErrorOffset

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

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

Source from the content-addressed store, hash-verified

1807
1808 //! Get the position of last parsing error in input, 0 otherwise.
1809 size_t GetErrorOffset() const { return parseResult_.Offset(); }
1810
1811 //!@}
1812

Callers

nothing calls this directly

Calls 1

OffsetMethod · 0.45

Tested by

no test coverage detected