| 269 | } |
| 270 | |
| 271 | TValueContext TBuf::WriteDouble(double f, EFloatToStringMode mode, int ndigits) { |
| 272 | return WriteFloatImpl(f, mode, ndigits); |
| 273 | } |
| 274 | |
| 275 | namespace { |
| 276 | struct TFinder: public TCompactStrSpn { |
no outgoing calls
no test coverage detected