| 241 | |
| 242 | template <typename Vector> |
| 243 | void readStringInto(Vector & s, ReadBuffer & buf) |
| 244 | { |
| 245 | readStringUntilCharsInto<'\t', '\n'>(s, buf); |
| 246 | } |
| 247 | |
| 248 | template <typename Vector> |
| 249 | void readStringUntilWhitespaceInto(Vector & s, ReadBuffer & buf) |
no outgoing calls
no test coverage detected