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

Method IsMap

library/cpp/json/ordered_maps/json_value_ordered.cpp:992–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990 }
991
992 bool TJsonValue::IsMap() const noexcept {
993 return Type == JSON_MAP;
994 }
995
996 bool TJsonValue::IsArray() const noexcept {
997 return Type == JSON_ARRAY;

Callers 3

GetMapPointerFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected