Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
797
int 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
sanityChecks
Function · 0.85
Calls
1
readText
Function · 0.50
Tested by
no test coverage detected