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

Method String

library/cpp/dbg_output/engine.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#endif
9
10DBGDUMP_INLINE_IF_INCLUDED void TDumpBase::String(const TStringBuf& s) {
11 if (s) {
12 Raw(TString(s).Quote());
13 } else {
14 Raw("(empty)");
15 }
16}
17
18DBGDUMP_INLINE_IF_INCLUDED void TDumpBase::String(const TWtringBuf& s) {
19 Raw("w");

Callers 3

DumpMethod · 0.45
FromStringImplMethod · 0.45
ConstructFromStringFunction · 0.45

Calls 3

RawFunction · 0.85
StringClass · 0.50
ToStringFunction · 0.50

Tested by

no test coverage detected