MCPcopy 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
136bool Array::isObject(unsigned int index) const
137{
138 Var value = get(index);
139 return isObject(value);
140}
141
142
143bool Array::isObject(const Dynamic::Var& value) const

Callers 2

makeArrayMethod · 0.45
makeStructMethod · 0.45

Calls 3

getFunction · 0.50
endFunction · 0.50
typeMethod · 0.45

Tested by

no test coverage detected