Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetBoolean
Method
GetBoolean
library/cpp/json/writer/json_value.cpp:353–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
bool TJsonValue::GetBoolean() const {
354
return Type != JSON_BOOLEAN ? false : Value.Boolean;
355
}
356
357
long long TJsonValue::GetInteger() const {
358
if (!IsInteger()) {
Callers
11
WriteJsonValue
Function · 0.45
GetBoolean
Function · 0.45
WriteJsonValue
Method · 0.45
Y_UNIT_TEST
Function · 0.45
GridSearch
Function · 0.45
RandomizedSearch
Function · 0.45
ClassLabelToString
Function · 0.45
CheckBooleanClassLabels
Function · 0.45
TDocumentImportancesEvaluator
Method · 0.45
IsPosteriorSamplingModel
Method · 0.45
FloatFeatureFromJson
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected