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

Method what

external/jsoncpp/jsoncpp.cpp:2667–2670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2665Exception::~Exception() JSONCPP_NOEXCEPT
2666{}
2667char const* Exception::what() const JSONCPP_NOEXCEPT
2668{
2669 return msg_.c_str();
2670}
2671RuntimeError::RuntimeError(JSONCPP_STRING const& msg)
2672 : Exception(msg)
2673{}

Callers 10

loadManifestFunction · 0.80
parseMethod · 0.80
initLoggingFunction · 0.80
getVariantsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected