MCPcopy Create free account
hub / github.com/catboost/catboost / IsBoolean

Method IsBoolean

library/cpp/json/ordered_maps/json_value_ordered.cpp:836–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834 }
835
836 bool TJsonValue::IsBoolean() const noexcept {
837 return Type == JSON_BOOLEAN;
838 }
839
840 bool TJsonValue::IsInteger() const noexcept {
841 switch (Type) {

Callers 2

operator==Method · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected