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

Function GetString

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

Source from the content-addressed store, hash-verified

246 }
247
248 inline bool GetString(const TJsonValue& jv, size_t index, TString* value) {
249 return jv[index].GetString(value);
250 }
251
252 bool GetMapPointer(const TJsonValue& jv, size_t index, const TJsonValue::TMapType** value);
253 bool GetArrayPointer(const TJsonValue& jv, size_t index, const TJsonValue::TArray** value);

Callers

nothing calls this directly

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected