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

Method ParseJson

library/cpp/yconf/patcher/unstrict_config.cpp:285–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285[[nodiscard]] bool TUnstrictConfig::ParseJson(const NJson::TJsonValue& json) {
286 Y_ABORT_UNLESS(ParseMemory(""));
287 return ParseJson(json, TString());
288}
289
290[[nodiscard]] bool TUnstrictConfig::ParseJson(const NJson::TJsonValue& json, const TString& path) {
291 if (json.IsNull()) {

Callers

nothing calls this directly

Calls 10

ReportErrorFunction · 0.85
ToStringFunction · 0.50
SetValueFunction · 0.50
IsNullMethod · 0.45
IsMapMethod · 0.45
dataMethod · 0.45
GetMapMethod · 0.45
IsArrayMethod · 0.45
GetArrayMethod · 0.45
GetStringRobustMethod · 0.45

Tested by

no test coverage detected