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

Function FormatValue

library/cpp/yt/yson_string/string.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187////////////////////////////////////////////////////////////////////////////////
188
189void FormatValue(TStringBuilderBase* builder, const TYsonString& yson, TStringBuf spec)
190{
191 FormatValue(builder, yson.ToString(), spec);
192}
193
194void FormatValue(TStringBuilderBase* builder, const TYsonStringBuf& yson, TStringBuf spec)
195{

Callers

nothing calls this directly

Calls 2

ToStringMethod · 0.45
AsStringBufMethod · 0.45

Tested by

no test coverage detected