| 314 | |
| 315 | template <typename Vector> |
| 316 | void readStringInto(Vector & s, ReadBuffer & buf) |
| 317 | { |
| 318 | readStringUntilCharsInto<'\t', '\n'>(s, buf); |
| 319 | } |
| 320 | |
| 321 | template <typename Vector> |
| 322 | void readStringUntilWhitespaceInto(Vector & s, ReadBuffer & buf) |
no outgoing calls
no test coverage detected