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

Method GetArray

library/cpp/json/writer/json_value.cpp:692–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 }
691
692 bool TJsonValue::GetArray(TJsonValue::TArray* value) const {
693 if (Type != JSON_ARRAY) {
694 return false;
695 }
696 *value = *Value.Array;
697 return true;
698 }
699
700 bool TJsonValue::GetMapPointer(const TJsonValue::TMapType** value) const noexcept {
701 if (Type != JSON_MAP) {

Callers 15

GetContainerOptionFunction · 0.45
ParseJsonMethod · 0.45
EndArrayMethod · 0.45
WriteJsonValueFunction · 0.45
WriteJsonValueMethod · 0.45
AreJsonArraysEqualFunction · 0.45
TJsonValueMethod · 0.45
GetValuePtrByPathFunction · 0.45
GetArrayPointerFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
MergeSubprocessReportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected