MCPcopy 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

GetBooleanFunction · 0.45
TJsonValueMethod · 0.45
WriteJsonValueMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected