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

Method Char

library/cpp/dbg_output/engine.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27DBGDUMP_INLINE_IF_INCLUDED void TDumpBase::Char(char ch) {
28 Raw("'" + EscapeC(&ch, 1) + "'");
29}
30
31DBGDUMP_INLINE_IF_INCLUDED void TDumpBase::Char(wchar16 ch) {
32 Raw("w'" + ToString(EscapeC(&ch, 1)) + "'");

Callers 1

DumpMethod · 0.80

Calls 3

RawFunction · 0.85
EscapeCFunction · 0.50
ToStringFunction · 0.50

Tested by

no test coverage detected