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

Function UncaughtException

util/generic/yexception.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool UncaughtException() noexcept {
96 return std::uncaught_exceptions() > 0;
97}
98
99std::string CurrentExceptionTypeName() {
100#if defined(_linux_) || defined(_android_) || defined(_darwin_)

Callers 3

~TPooledSocketMethod · 0.85
~TInverseFilterMethod · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 1

uncaught_exceptionsFunction · 0.85

Tested by

no test coverage detected