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

Method getFormatedErrorMessages

external/jsoncpp/jsoncpp.cpp:1036–1038  ·  view source on GitHub ↗

Deprecated. Preserved for backward compatibility

Source from the content-addressed store, hash-verified

1034
1035// Deprecated. Preserved for backward compatibility
1036JSONCPP_STRING Reader::getFormatedErrorMessages() const {
1037 return getFormattedErrorMessages();
1038}
1039
1040JSONCPP_STRING Reader::getFormattedErrorMessages() const {
1041 JSONCPP_STRING formattedMessage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected