MCPcopy Create free account
hub / github.com/catboost/catboost / GetUInteger

Function GetUInteger

library/cpp/json/writer/json_value.h:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 inline bool GetUInteger(const TJsonValue& jv, size_t index, unsigned long long* value) noexcept {
234 return jv[index].GetUInteger(value);
235 }
236
237 inline bool GetDouble(const TJsonValue& jv, size_t index, double* value) noexcept {
238 return jv[index].GetDouble(value);

Callers 3

GetUIntegerSafeMethod · 0.70
GetUIntegerMethod · 0.70
operator==Method · 0.70

Calls 1

GetUIntegerMethod · 0.45

Tested by

no test coverage detected