MCPcopy Create free account
hub / github.com/Illumina/paragraph / addErrorAndRecover

Method addErrorAndRecover

external/jsoncpp/jsoncpp.cpp:989–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987}
988
989bool Reader::addErrorAndRecover(const JSONCPP_STRING& message,
990 Token& token,
991 TokenType skipUntilToken) {
992 addError(message, token);
993 return recoverFromError(skipUntilToken);
994}
995
996Value& Reader::currentValue() { return *(nodes_.top()); }
997

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected