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

Method TJsonValue

library/cpp/json/ordered_maps/json_value_ordered.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 const TJsonValue TJsonValue::UNDEFINED{};
72
73 TJsonValue::TJsonValue(const EJsonValueType type) {
74 SetType(type);
75 }
76
77 TJsonValue::TJsonValue(TJsonValue&& vval) noexcept
78 : Type(JSON_UNDEFINED)

Callers

nothing calls this directly

Calls 13

ZeroFunction · 0.85
TJsonValueClass · 0.70
SetTypeFunction · 0.50
moveFunction · 0.50
SwapWithUndefinedMethod · 0.45
GetTypeMethod · 0.45
GetArrayMethod · 0.45
GetMapMethod · 0.45
GetBooleanMethod · 0.45
GetIntegerMethod · 0.45
GetUIntegerMethod · 0.45
GetStringMethod · 0.45

Tested by

no test coverage detected