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

Function GetUInteger

library/cpp/json/ordered_maps/json_value_ordered.h:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 inline bool GetUInteger(const TJsonValue& jv, size_t index, unsigned long long* value) noexcept {
241 return jv[index].GetUInteger(value);
242 }
243
244 inline bool GetDouble(const TJsonValue& jv, size_t index, double* value) noexcept {
245 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