MCPcopy Create free account
hub / github.com/Illumina/hap.py / addErrorAndRecover

Method addErrorAndRecover

external/jsoncpp/jsoncpp.cpp:927–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927bool Reader::addErrorAndRecover(const std::string &message,
928 Token &token,
929 TokenType skipUntilToken) {
930 addError(message, token);
931 return recoverFromError(skipUntilToken);
932}
933
934Value &Reader::currentValue() { return *(nodes_.top()); }
935

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected