MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / readEscapedString

Function readEscapedString

src/IO/ReadHelpers.cpp:795–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793
794
795void readEscapedString(String & s, ReadBuffer & buf)
796{
797 s.clear();
798 readEscapedStringInto<String,false>(s, buf);
799}
800
801void readEscapedStringCRLF(String & s, ReadBuffer & buf)
802{

Callers 15

connectMethod · 0.85
readTextMethod · 0.85
readTextMethod · 0.85
readTextFunction · 0.85
readAndPrintFunction · 0.85
deserializeMethod · 0.85
deserializeMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by 1