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

Function GetDouble

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

Source from the content-addressed store, hash-verified

235 }
236
237 inline bool GetDouble(const TJsonValue& jv, size_t index, double* value) noexcept {
238 return jv[index].GetDouble(value);
239 }
240
241 inline bool GetString(const TJsonValue& jv, size_t index, TString* value) {
242 return jv[index].GetString(value);

Callers 5

GetDoubleSafeMethod · 0.70
GetDoubleMethod · 0.70
operator==Method · 0.70
WriteSingularFunction · 0.50
WriteValueFunction · 0.50

Calls 1

GetDoubleMethod · 0.45

Tested by

no test coverage detected