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

Function readNumber

programs/server/Server.cpp:797–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797int readNumber(const String & path)
798{
799 ReadBufferFromFile in(path);
800 int result = {};
801 readText(result, in);
802 return result;
803}
804
805#endif
806

Callers 1

sanityChecksFunction · 0.85

Calls 1

readTextFunction · 0.50

Tested by

no test coverage detected