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