Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ isArray
Method
isArray
base/poco/JSON/include/Poco/JSON/Object.h:349–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
348
349
inline bool Object::isArray(const std::string & key) const
350
{
351
ValueMap::const_iterator it = _values.find(key);
352
return isArray(it);
353
}
354
355
356
inline bool Object::isArray(ConstIterator & it) const
Callers
nothing calls this directly
Calls
3
find
Method · 0.45
end
Method · 0.45
type
Method · 0.45
Tested by
no test coverage detected