MCPcopy 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
47inline void TStringBuilderBase::AppendChar(char ch)
48{
49 *Preallocate(1) = ch;
50 Advance(1);
51}
52
53inline void TStringBuilderBase::AppendChar(char ch, int n)
54{

Callers 10

FormatRangeFunction · 0.80
FormatKeyValueRangeFunction · 0.80
FormatStringFunction · 0.80
FormatValueFunction · 0.80
RunFormatterAtFunction · 0.80
RunFormatterFullScanFunction · 0.80
RunFormatterFunction · 0.80

Calls 1

AdvanceFunction · 0.50

Tested by

no test coverage detected