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

Method IsMap

library/cpp/json/writer/json_value.cpp:916–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914 }
915
916 bool TJsonValue::IsMap() const noexcept {
917 return Type == JSON_MAP;
918 }
919
920 bool TJsonValue::IsArray() const noexcept {
921 return Type == JSON_ARRAY;

Callers 4

ParseJsonMethod · 0.45
GetMapPointerFunction · 0.45
Y_UNIT_TESTFunction · 0.45
MergeSubprocessReportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected