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

Method IsDefined

library/cpp/json/ordered_maps/json_value_ordered.h:169–171  ·  view source on GitHub ↗

Checking for defined non-null value

Source from the content-addressed store, hash-verified

167
168 // Checking for defined non-null value
169 bool IsDefined() const noexcept {
170 return Type != JSON_UNDEFINED && Type != JSON_NULL;
171 }
172
173 bool IsNull() const noexcept;
174 bool IsBoolean() const noexcept;

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected