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

Function GetInteger

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

Source from the content-addressed store, hash-verified

234 }
235
236 inline bool GetInteger(const TJsonValue& jv, size_t index, long long* value) noexcept {
237 return jv[index].GetInteger(value);
238 }
239
240 inline bool GetUInteger(const TJsonValue& jv, size_t index, unsigned long long* value) noexcept {
241 return jv[index].GetUInteger(value);

Callers 3

GetIntegerSafeMethod · 0.70
GetIntegerMethod · 0.70
operator==Method · 0.70

Calls 1

GetIntegerMethod · 0.45

Tested by

no test coverage detected