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

Method GetMap

library/cpp/json/ordered_maps/json_value_ordered.cpp:759–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757 }
758
759 bool TJsonValue::GetMap(TJsonValue::TMapType* value) const {
760 if (Type != JSON_MAP) {
761 return false;
762 }
763 *value = *Value.Map;
764 return true;
765 }
766
767 bool TJsonValue::GetArray(TJsonValue::TArray* value) const {
768 if (Type != JSON_ARRAY) {

Callers 7

EndObjectMethod · 0.45
AreJsonMapsEqualFunction · 0.45
TJsonValueMethod · 0.45
GetMapPointerFunction · 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