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

Method what

library/cpp/jni/jni.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98const char* TJniException::what() const noexcept {
99 return Error.data();
100}
101
102TJniException& TJniException::append(std::string_view error) {
103 Error += error;

Callers 15

MainFunction · 0.45
mainFunction · 0.45
CallWithErrorTranslationFunction · 0.45
WriteFunction · 0.45
ProcessExceptionFunction · 0.45
CheckLoopbackMethod · 0.45
TestUniqueImplMethod · 0.45
FindExactMethod · 0.45
FindMatchMethod · 0.45
CheckDataMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by 3

WriteFunction · 0.36
TestUniqueImplMethod · 0.36