Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ isObject
Method
isObject
base/poco/JSON/include/Poco/JSON/Object.h:369–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
367
368
369
inline bool Object::isObject(const std::string & key) const
370
{
371
ValueMap::const_iterator it = _values.find(key);
372
return isObject(it);
373
}
374
375
376
inline bool Object::isObject(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