Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Zero
Function · 0.85
SetType
Function · 0.50
move
Function · 0.50
SwapWithUndefined
Method · 0.45
GetString
Method · 0.45
GetMap
Method · 0.45
GetArray
Method · 0.45
Tested by
no test coverage detected