Deprecated. Preserved for backward compatibility
| 1034 | |
| 1035 | // Deprecated. Preserved for backward compatibility |
| 1036 | JSONCPP_STRING Reader::getFormatedErrorMessages() const { |
| 1037 | return getFormattedErrorMessages(); |
| 1038 | } |
| 1039 | |
| 1040 | JSONCPP_STRING Reader::getFormattedErrorMessages() const { |
| 1041 | JSONCPP_STRING formattedMessage; |
nothing calls this directly
no outgoing calls
no test coverage detected