Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
DBGDUMP_INLINE_IF_INCLUDED void TDumpBase::Char(char ch) {
28
Raw(
"'"
+ EscapeC(&ch, 1) +
"'"
);
29
}
30
31
DBGDUMP_INLINE_IF_INCLUDED void TDumpBase::Char(wchar16 ch) {
32
Raw(
"w'"
+ ToString(EscapeC(&ch, 1)) +
"'"
);
Callers
1
Dump
Method · 0.80
Calls
3
Raw
Function · 0.85
EscapeC
Function · 0.50
ToString
Function · 0.50
Tested by
no test coverage detected