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

Method GetType

library/cpp/json/writer/json_value.cpp:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 EJsonValueType TJsonValue::GetType() const noexcept {
182 return Type;
183 }
184
185 TJsonValue& TJsonValue::SetType(const EJsonValueType type) {
186 if (Type == type) {

Callers 9

CloseComplexValueMethod · 0.45
KeyMethod · 0.45
WriteJsonValueFunction · 0.45
WriteJsonValueMethod · 0.45
AreJsonMapsEqualFunction · 0.45
AreJsonArraysEqualFunction · 0.45
CreateOrNullptrFunction · 0.45
operator==Method · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected