| 187 | //////////////////////////////////////////////////////////////////////////////// |
| 188 | |
| 189 | void FormatValue(TStringBuilderBase* builder, const TYsonString& yson, TStringBuf spec) |
| 190 | { |
| 191 | FormatValue(builder, yson.ToString(), spec); |
| 192 | } |
| 193 | |
| 194 | void FormatValue(TStringBuilderBase* builder, const TYsonStringBuf& yson, TStringBuf spec) |
| 195 | { |
nothing calls this directly
no test coverage detected