Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AppendChar
Method
AppendChar
library/cpp/yt/string/string_builder-inl.h:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
inline void TStringBuilderBase::AppendChar(char ch)
48
{
49
*Preallocate(1) = ch;
50
Advance(1);
51
}
52
53
inline void TStringBuilderBase::AppendChar(char ch, int n)
54
{
Callers
10
FormatRange
Function · 0.80
FormatKeyValueRange
Function · 0.80
FormatCompactIntervalRange
Function · 0.80
FormatString
Function · 0.80
FormatValue
Function · 0.80
RunFormatterAt
Function · 0.80
RunFormatterFullScan
Function · 0.80
RunFormatter
Function · 0.80
UnderscoreCaseToCamelCase
Function · 0.80
CamelCaseToUnderscoreCase
Function · 0.80
Calls
1
Advance
Function · 0.50
Tested by
no test coverage detected