MCPcopy 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
292TString TBackTrace::PrintToString() const {
293 TStringStream ss;
294 PrintTo(ss);
295 return ss.Str();
296}
297
298size_t TBackTrace::size() const {
299 return Size;

Callers 3

FormatActualFunction · 0.45
RaiseErrorMethod · 0.45
CurrentExceptionMessageFunction · 0.45

Calls 2

PrintToFunction · 0.50
StrMethod · 0.45

Tested by

no test coverage detected