MCPcopy Create free account
hub / github.com/catboost/catboost / what

Method what

library/cpp/yt/exception/exception.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41const char* TSimpleException::what() const noexcept
42{
43 return What_.c_str();
44}
45
46const std::string& TSimpleException::GetMessage() const
47{

Callers 3

GetValueMethod · 0.45
SetValueMethod · 0.45
TSimpleExceptionMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected