Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getUInt
Method
getUInt
base/base/JSON.cpp:536–539 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
UInt64 JSON::getUInt() const
537
{
538
return readUIntText(ptr_begin, ptr_end);
539
}
540
541
bool JSON::getBool() const
542
{
Callers
9
toUInt
Method · 0.45
generate
Method · 0.45
initializeHistoryFile
Method · 0.45
socketBindListen
Method · 0.45
main
Method · 0.45
parseConfig
Method · 0.45
main
Method · 0.45
main
Method · 0.45
initialize
Method · 0.45
Calls
1
readUIntText
Function · 0.85
Tested by
no test coverage detected