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

Method IsArray

library/cpp/json/ordered_maps/json_value_ordered.cpp:996–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 }
995
996 bool TJsonValue::IsArray() const noexcept {
997 return Type == JSON_ARRAY;
998 }
999
1000 bool TJsonValue::Has(const TStringBuf& key) const noexcept {
1001 return Type == JSON_MAP && Value.Map->contains(key);

Callers 6

SetMethod · 0.45
StartObjectMethod · 0.45
StartArrayMethod · 0.45
GetArrayPointerFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected