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

Function readStringUntilEOF

src/IO/ReadHelpers.cpp:317–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void readStringUntilEOF(String & s, ReadBuffer & buf)
318{
319 s.clear();
320 readStringUntilEOFInto(s, buf);
321}
322
323template <typename Vector>
324void readEscapedStringUntilEOLInto(Vector & s, ReadBuffer & buf)

Callers 15

mainFunction · 0.85
nonInteractiveMethod · 0.85
uploadTaskDescriptionMethod · 0.85
processQueriesMethod · 0.85
processTableMethod · 0.85
tryParseCacheFileNameFunction · 0.85
comInitDBMethod · 0.85
comStmtPrepareMethod · 0.85
mainFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
StatusFileMethod · 0.85

Calls 2

readStringUntilEOFIntoFunction · 0.85
clearMethod · 0.45

Tested by 1

TESTFunction · 0.68