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

Function GetString

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

Source from the content-addressed store, hash-verified

239 }
240
241 inline bool GetString(const TJsonValue& jv, size_t index, TString* value) {
242 return jv[index].GetString(value);
243 }
244
245 bool GetMapPointer(const TJsonValue& jv, size_t index, const TJsonValue::TMapType** value);
246 bool GetArrayPointer(const TJsonValue& jv, size_t index, const TJsonValue::TArray** value);

Callers 1

GetStringMethod · 0.50

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected