Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseJson
Method · 0.45
GetMapPointer
Function · 0.45
Y_UNIT_TEST
Function · 0.45
MergeSubprocessReport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected