Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsNull
Method
IsNull
library/cpp/json/ordered_maps/json_value_ordered.cpp:832–834 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
830
}
831
832
bool TJsonValue::IsNull() const noexcept {
833
return Type == JSON_NULL;
834
}
835
836
bool TJsonValue::IsBoolean() const noexcept {
837
return Type == JSON_BOOLEAN;
Callers
3
operator==
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected