Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ isObject
Method
isObject
base/poco/JSON/src/Array.cpp:136–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
136
bool Array::isObject(unsigned int index) const
137
{
138
Var value = get(index);
139
return isObject(value);
140
}
141
142
143
bool Array::isObject(const Dynamic::Var& value) const
Callers
2
makeArray
Method · 0.45
makeStruct
Method · 0.45
Calls
3
get
Function · 0.50
end
Function · 0.50
type
Method · 0.45
Tested by
no test coverage detected