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

Function GetDouble

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

Source from the content-addressed store, hash-verified

242 }
243
244 inline bool GetDouble(const TJsonValue& jv, size_t index, double* value) noexcept {
245 return jv[index].GetDouble(value);
246 }
247
248 inline bool GetString(const TJsonValue& jv, size_t index, TString* value) {
249 return jv[index].GetString(value);

Callers 3

GetDoubleSafeMethod · 0.70
GetDoubleMethod · 0.70
operator==Method · 0.70

Calls 1

GetDoubleMethod · 0.45

Tested by

no test coverage detected