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

Method getFormatedErrorMessages

external/jsoncpp/jsoncpp.cpp:982–984  ·  view source on GitHub ↗

Deprecated. Preserved for backward compatibility

Source from the content-addressed store, hash-verified

980
981// Deprecated. Preserved for backward compatibility
982std::string Reader::getFormatedErrorMessages() const {
983 return getFormattedErrorMessages();
984}
985
986std::string Reader::getFormattedErrorMessages() const {
987 std::string formattedMessage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected