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

Method TJsonValue

library/cpp/json/writer/json_value.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 7

ZeroFunction · 0.85
SetTypeFunction · 0.50
moveFunction · 0.50
SwapWithUndefinedMethod · 0.45
GetStringMethod · 0.45
GetMapMethod · 0.45
GetArrayMethod · 0.45

Tested by

no test coverage detected