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

Method IsArray

library/cpp/json/writer/json_value.cpp:920–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918 }
919
920 bool TJsonValue::IsArray() const noexcept {
921 return Type == JSON_ARRAY;
922 }
923
924 bool TJsonValue::Has(const TStringBuf& key) const noexcept {
925 return Type == JSON_MAP && Value.Map->contains(key);

Callers 15

ParseJsonMethod · 0.45
SetMethod · 0.45
StartObjectMethod · 0.45
StartArrayMethod · 0.45
GetArrayPointerFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
MergeSubprocessReportMethod · 0.45
CheckIsMatrixFunction · 0.45
CopyCtrDescriptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected