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

Function FormatValue

library/cpp/yt/string/format-inl.h:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41////////////////////////////////////////////////////////////////////////////////
42
43inline void FormatValue(TStringBuilderBase* builder, const TStringBuilder& value, TStringBuf /*spec*/)
44{
45 builder->AppendString(value.GetBuffer());
46}
47
48////////////////////////////////////////////////////////////////////////////////
49

Callers 3

ToStringViaBuilderFunction · 0.70
operator()Method · 0.70
operator()Method · 0.70

Calls 15

FormatPointerValueFunction · 0.85
IsQuotationSpecSymbolFunction · 0.85
FormatEnumFunction · 0.85
FormatRangeFunction · 0.85
TSpecBoundFormatterClass · 0.85
FormatKeyValueRangeFunction · 0.85
TDefaultFormatterClass · 0.85
file_nameMethod · 0.80
AppendFormatMethod · 0.80
GetFileNameMethod · 0.80

Tested by

no test coverage detected