MCPcopy Create free account
hub / github.com/audeering/opensmile / Code

Method Code

src/include/rapidjson/error/error.h:114–114  ·  view source on GitHub ↗

Get the error code.

Source from the content-addressed store, hash-verified

112
113 //! Get the error code.
114 ParseErrorCode Code() const { return code_; }
115 //! Get the error offset, if \ref IsError(), 0 otherwise.
116 size_t Offset() const { return offset_; }
117

Callers 2

GetParseErrorCodeMethod · 0.80
GetParseErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected