| 379 | //////////////////////////////////////////////////////////////////////////////// |
| 380 | |
| 381 | void FormatValue(TStringBuilderBase* builder, const TRef& ref, TStringBuf spec) |
| 382 | { |
| 383 | FormatValue(builder, TStringBuf{ref.Begin(), ref.End()}, spec); |
| 384 | } |
| 385 | |
| 386 | void FormatValue(TStringBuilderBase* builder, const TMutableRef& ref, TStringBuf spec) |
| 387 | { |
no test coverage detected