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

Function GetInteger

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

Source from the content-addressed store, hash-verified

227 }
228
229 inline bool GetInteger(const TJsonValue& jv, size_t index, long long* value) noexcept {
230 return jv[index].GetInteger(value);
231 }
232
233 inline bool GetUInteger(const TJsonValue& jv, size_t index, unsigned long long* value) noexcept {
234 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