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

Method IsBoolean

library/cpp/json/writer/json_value.cpp:761–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759 }
760
761 bool TJsonValue::IsBoolean() const noexcept {
762 return Type == JSON_BOOLEAN;
763 }
764
765 bool TJsonValue::IsInteger() const noexcept {
766 switch (Type) {

Callers 1

operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected