Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsNull
Method
IsNull
library/cpp/json/writer/json_value.cpp:757–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
}
756
757
bool TJsonValue::IsNull() const noexcept {
758
return Type == JSON_NULL;
759
}
760
761
bool TJsonValue::IsBoolean() const noexcept {
762
return Type == JSON_BOOLEAN;
Callers
4
capacity
Function · 0.45
ParseJson
Method · 0.45
operator==
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected