Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PrintToString
Method
PrintToString
util/system/backtrace.cpp:292–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
TString TBackTrace::PrintToString() const {
293
TStringStream ss;
294
PrintTo(ss);
295
return ss.Str();
296
}
297
298
size_t TBackTrace::size() const {
299
return Size;
Callers
3
FormatActual
Function · 0.45
RaiseError
Method · 0.45
CurrentExceptionMessage
Function · 0.45
Calls
2
PrintTo
Function · 0.50
Str
Method · 0.45
Tested by
no test coverage detected