MCPcopy 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

WriteJsonValueFunction · 0.45
GetBooleanFunction · 0.45
WriteJsonValueMethod · 0.45
Y_UNIT_TESTFunction · 0.45
GridSearchFunction · 0.45
RandomizedSearchFunction · 0.45
ClassLabelToStringFunction · 0.45
CheckBooleanClassLabelsFunction · 0.45
FloatFeatureFromJsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected