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

Function getUInt

src/Common/XMLUtils.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101unsigned getUInt(const Node * node, const std::string & path)
102{
103 return ParseHelper::getValue<unsigned, false>(node, path, {}, ParseHelper::parseUInt);
104}
105
106unsigned getUInt(const Node * node, const std::string & path, unsigned default_value)
107{

Callers 15

toUIntMethod · 0.50
get<UInt64>Method · 0.50
get<unsigned char >Method · 0.50
get<char8_t >Method · 0.50
get<unsigned short >Method · 0.50
get<unsigned int >Method · 0.50
get<unsigned long >Method · 0.50
DataPtrMethod · 0.50
~DataPtrMethod · 0.50
swapMethod · 0.50
StateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected