MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / what

Method what

src/share/jsoncpp/jsoncpp.cpp:2646–2649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2644Exception::~Exception() JSONCPP_NOEXCEPT
2645{}
2646char const* Exception::what() const JSONCPP_NOEXCEPT
2647{
2648 return msg_.c_str();
2649}
2650RuntimeError::RuntimeError(JSONCPP_STRING const& msg)
2651 : Exception(msg)
2652{}

Callers 13

fromJsonMethod · 0.80
toJsonMethod · 0.80
WizMd5FileFunction · 0.80
encryptMethod · 0.80
decryptMethod · 0.80
simpleRSADecryptFunction · 0.80
execStandardJsonRequestFunction · 0.80
queryJsonListFunction · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected