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

Method GetArray

library/cpp/json/ordered_maps/json_value_ordered.cpp:767–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 }
766
767 bool TJsonValue::GetArray(TJsonValue::TArray* value) const {
768 if (Type != JSON_ARRAY) {
769 return false;
770 }
771 *value = *Value.Array;
772 return true;
773 }
774
775 bool TJsonValue::GetMapPointer(const TJsonValue::TMapType** value) const noexcept {
776 if (Type != JSON_MAP) {

Callers 8

EndArrayMethod · 0.45
AreJsonArraysEqualFunction · 0.45
TJsonValueMethod · 0.45
GetValuePtrByPathFunction · 0.45
GetArrayPointerFunction · 0.45
WriteJsonValueMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected