MCPcopy Create free account
hub / github.com/ByConity/ByConity / getInt

Method getInt

base/common/JSON.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549Int64 JSON::getInt() const
550{
551 return readIntText(ptr_begin, ptr_end);
552}
553
554UInt64 JSON::getUInt() const
555{

Callers 13

toIntMethod · 0.45
GraphiteWriterMethod · 0.45
generateMethod · 0.45
ConnectionParametersMethod · 0.45
mainImplMethod · 0.45
initHDFSMethod · 0.45
createServerMethod · 0.45
mainMethod · 0.45
MetricsTransmitterMethod · 0.45
createServerMethod · 0.45
mainMethod · 0.45
initMetrics2Method · 0.45

Calls 1

readIntTextFunction · 0.70

Tested by

no test coverage detected