Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CloseComplexValue
Method · 0.45
Key
Method · 0.45
WriteJsonValue
Function · 0.45
WriteJsonValue
Method · 0.45
AreJsonMapsEqual
Function · 0.45
AreJsonArraysEqual
Function · 0.45
CreateOrNullptr
Function · 0.45
operator==
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected