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

Method GetMap

library/cpp/json/writer/json_value.cpp:684–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682 }
683
684 bool TJsonValue::GetMap(TJsonValue::TMapType* value) const {
685 if (Type != JSON_MAP) {
686 return false;
687 }
688 *value = *Value.Map;
689 return true;
690 }
691
692 bool TJsonValue::GetArray(TJsonValue::TArray* value) const {
693 if (Type != JSON_ARRAY) {

Callers 15

ParseJsonMethod · 0.45
EndObjectMethod · 0.45
Y_UNIT_TESTFunction · 0.45
WriteJsonValueFunction · 0.45
WriteJsonValueMethod · 0.45
AreJsonMapsEqualFunction · 0.45
TJsonValueMethod · 0.45
GetMapPointerFunction · 0.45
Y_UNIT_TESTFunction · 0.45
ReInitializeMethod · 0.45
MapFieldClass · 0.45
AllAreInitializedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected