Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetBoolean
Method
GetBoolean
library/cpp/json/ordered_maps/json_value_ordered.cpp:396–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
bool TJsonValue::GetBoolean() const {
397
return Type != JSON_BOOLEAN ? false : Value.Boolean;
398
}
399
400
long long TJsonValue::GetInteger() const {
401
if (!IsInteger()) {
Callers
5
GetBoolean
Function · 0.45
TJsonValue
Method · 0.45
WriteJsonValue
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