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

Function readLine

programs/server/Server.cpp:789–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787/// Unused in other builds
788#if defined(OS_LINUX)
789String readLine(const String & path)
790{
791 ReadBufferFromFile in(path);
792 String contents;
793 readStringUntilNewlineInto(contents, in);
794 return contents;
795}
796
797int readNumber(const String & path)
798{

Callers 4

findFirstBoundaryMethod · 0.85
sanityChecksFunction · 0.85
skipToNextBoundaryMethod · 0.85
nextImplMethod · 0.85

Calls 1

Tested by

no test coverage detected