| 276 | } |
| 277 | |
| 278 | TValueContext TBuf::WriteDouble(double f, EFloatToStringMode mode, int ndigits) { |
| 279 | return WriteFloatImpl(f, mode, ndigits); |
| 280 | } |
| 281 | |
| 282 | namespace { |
| 283 | struct TFinder: public TCompactStrSpn { |
no outgoing calls
no test coverage detected