MCPcopy Create free account
hub / github.com/ByConity/ByConity / readStringInto

Function readStringInto

src/IO/ReadHelpers.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

readStringFunction · 0.85
deserializeWholeTextMethod · 0.85
deserializeWholeTextMethod · 0.85
deserializeWholeTextMethod · 0.85
deserializeWholeTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected